This is the old documentation center for eZ Publish 4. We are currently migrating the eZ Publish documentation to http://confluence.ez.no the eZ Publish 5 documentation platform. Documentation for the eZ Publish legacy components are still located on this site, as well as all documentation for earlier releases.

SSLPort

Summary

The port that that should be used for SSL requests.

Usage

 

SSLPort= integer

Description

Note:The default 443 should suffice for most users.

Frederik Holljen (01/03/2005 11:29 am)

Frederik Holljen (01/03/2005 11:53 am)


Comments

  • When to use SSLPort

    If you run your admin site over SSL on a port other than 443, you must set SSLPort in the SiteSettings. If you don't when you try and log into the admin site, your browser will error (with something like 'Document contains no data') when you submit the login form. This is because eZ will redirect you to a 'http' URL, rather than a 'https' URL.

    Setting SSLPort ensures that redirects to the port are always done with the https scheme.

    This comment is tested with eZ 3.6.1.

    vittal