Forum OpenACS Development: Re: ssl(https) bug-Enhancement

Collapse
Posted by Torben Brosten on
By the way, it's imperative that you are using the latest code here. There are at least 4 different ways that SSL can be setup. The latest code has been tested on at least 3 different versions, including a couple of variants via reverseproxy (using apache).

Can you tell us a little more about this configuration?

Collapse
Posted by Byron Linares on
Hi Torben,
Ok I will give you more details about my configuration.
I’m using a fresh checkout of openacs “HEAD”
Postgres 8.2.4
AOLserver 4.0.10
And pound as a reverse Proxy
In my config.tcl file have none of the ssl modules configured (pound is doing the
job)
So for the firs bug, when I call security::get_https_port it return null because
nsssl, nsopenssl, nsssle are not set in modules section in my config file and
security::get_secure_location doesn’t validate a null return From
security::get_https_port
I don’t know if there is something wrong with not setting nsssl, nsopenssl.nsssle
in my config file. ?