The only noticeable difference between the SSL server and the regular version, is that the SSL version encrypts all data it sends and decrypts all the encrypted data it receives. In practical terms this means that an identical page will take two to four times longer to serve from the SSL version.
Questions specific to the SSL version or issues relating to encryption, digital IDs and certificates are covered in this section.
If you are still unable to launch WebSTAR after these steps, please contact StarNine technical support for further assistance.
The old certificate file (WebSTAR/SSL 2 and 3 format) is only converted the first time WebSTAR 4 runs. It must be in a file named Digital ID .
-----BEGIN CERTIFICATE-----
and this line at the end of the file:
-----END CERTIFICATE-----
Do not include any spaces or tab characters on these lines.
Some third-party Plug-Ins may not support HTTPS and SSL connections. If you have difficulties, contact those developers directly.
Connections to a secure server require the client software to communicate via the SSL (HTTPs) protocol. Older browsers do not support the SSL protocol. The most recent versions of most browsers do support SSL.
SSL does not work through many Proxy servers and firewalls. Consequently, you should provide both secure and unsecure versions if you want access to be available to everyone.
This could indicate that the Certificate is corrupt. If you have a backup of the Certificate file, replace the one in the server's folder with the backup. Otherwise, you can regenerate the Certificate from your Certificate file.
The "SSL Handshake failed" message could also indicate that the Certificate does not match the Public/Private key.
When browser certificates expire, you will see these messages. For Thawte, that was July 28, 1998. For VeriSign, many certificates will expire at the end of 1999. You may have to help your customers or users change their browser certificates to recognize the new authorities.
To update browsers for Thawte server Certificates, follow the instructions at
https://www.thawte.com/certs/server/rollover.html
For all these errors, see the advice at
https://www.thawte.com/support/server/browsers.html
If you are serving SSL and non-SSL pages from the same folder and use relative references in your HTML, then links from your SSL page will use the HTTPS protocol instead of HTTP. Make sure that links in the HTML of your SSL pages specify " http" when you intend a non-SSL link.
Netscape does not allow both secure and insecure documents to be displayed on the same page. The problem is likely that the HTML portion is being served by WebSTAR SSL ( HTTPS ) while navigation buttons or graphics are being served out by WebSTAR ( http ). Make sure that all referenced documents are also linked with " https ".