|
This feature applies to the following HKUST Web servers: iHome Teaching |
It is appropriate to use SSL to protect passwords, intellectual property, and other information on your Web site that you do not want to travel across the Internet unencrypted.
https://ihome.ust.hk/~ccdemo/ |
<A href="info.html">read my info!<a> |
To link to a Web page using SSL, insert a hyperlink and specify an absolute target address that calls for https:
<a href="https://ihome.ust.hk/~ccdemo/info.html">read my private info!</a> |
Note: this is the only time you should specify an absolute target address when linking between pages. In normal cases, relative URL is recommended.
.htaccess file.
Any non-SSL access will be denied and a forbidden error message will be returned
from the server.
SSLRequireSSL |
These Web servers use server certificates signed by Thawte Consulting and support up to 128-bit encryption.