3.2. Solving problems in one-sided HTTPS connections

Using absolute URLs in one-sided SSL communication can pose problems and should be avoided whenever possible (relative links will work without any problem). A URL starts with http://www... on the non-encrypted side should be https://www... on the encrypted side. Certain applications can be configured to use HTTPS links in the HTTP requests instead of normal HTTP. If your environment uses an application that cannot be configured this way, see the following procedures for a possible solution.