Secure Socket Layers

How do I call web pages securely using your Thawte certificate?

All pages that reside in your www directory are secure if you call them the following way:
https://secure_server.net/your_domain/file.name

  1. The https://secure_server.net is the name of the server that your web site is hosted on (email support@abacoinfo.com if you don't know the name of the server your on).

  2. The /your_domain/ is the name of your domain without the .com, .net, etc.

  3. The file.name is the name of the file you are calling.

Executing CGI Scripts under a secure connection

There is one way to execute CGI scripts under a secure connection.  Your local cgi-bin which requires the Support Dept. to enable that feature.

Using your local cgi-bin your path would look like this:
https://secure_server.net/your_domain/cgi-bin/file.name

Remember if you need your secure server name or need your secure cgi-bin enabled email support@abacoinfo.com

Back to Main Support Page