|
Using SSL
To access
a page using SSL, call the page with https:// instead
of the normal http://
EG: https://www.yourdomain.com.au/form.html
Errors
such as
"this page contains items that are both secure and non-secure..
etc." means that your web page is accessing resources from
either other web sites or from yours using an in-secure URL.
EG: <IMG SRC="http://somesite.com/pic.gif"> will
generate the security warning.
Other errors, such as file not found
will cause similar problems.
Ensure
that you reference resources such as images, etc. by their
document-relative paths (relative URL eg: /images/pic.gif), not
with absolute paths (complete URL eg: http://somesite.com/pic.gif).
Web
applications such as feedback form scripts, etc. must also
be called witha document-relative path or with https://.
Related Information:
Server
Software Usage & location of software on our servers.
(Perl, PGP, MSQL, etc.)
PGP 2.6.2 is at /usr/local/bin/pgp
PGP 5 is at /usr/local/bin/pgp5
Use pgp -h at the Telnet prompt for usage instructions and pgp
-k for management functions.
|