Question
When running in Apache (CGI.pm v3.05, not mod_perl) in the SSL mode, the base URL on the view page incorrectly specifies 'http' as the protocol. I have tracked it down to the $query->url call in each script in the bin directory. To make CGI return the protocol correctly as https, the call should be modified to $query->url(base => 1). I'm a Twiki newbie, so I can't guarantee it does not break anything else.
Environment
--
SimonIlyushchenko - 21 Oct 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.