|
Hi all, Following step-by-step instructions I have a Trac app which works successfully under my HTTPS website however I didn't find the way to install the SSL certificate in order to avoid the SSL error when users log to the service. Does Apache conf need to be changed ? If so, what is needed (I'm a complete newbie !) ?? Thanks ! |
|
All HTTPS is handled by our front-end Nginx webserver, so by the time requests are proxied to your application, any SSL layers have already been removed. This is generally a very good thing, because it means you can enjoy the full benefits of HTTPS without needing to worry about any of the configuration. Instead, the WebFaction Support staff will be happy to install your certificate for you. All you need is to create an HTTPS website record and upload the certificate files to your home directory; we can do the rest. More information about HTTPS is available in our documentation. Hope that helps! |