Menu

wiki behind an SSL accelerator

Help
2004-05-07
2012-10-11
  • Scott Marlowe

    Scott Marlowe - 2004-05-07

    Has anyone succeeded in getting wiki to work behind an SSL accelerator?

    While all the other content on my web server all comes through right if it has relative URLs, (i.e. an HREF to "mydocs" gets turned into https://myserver/mydocs, the local relative urls in wiki get turned into http://myserver/mydocs.

    Keep in mind, the apache web server live on port 80 here, and the SSL accelerator encrypts it and answers the requests to https:// all automagically.  So wiki on my box thinks it's NOT on https, but in fact it is on it.

    I can't find anything in the code doing it, so I was wondering if there was maybe something simple in the css or whatever causing this behaviour...

     
    • Reini Urban

      Reini Urban - 2004-05-08

      You might need to set the SERVER_PORT variable to 443 or the undocumented constant SERVER_PROTOCOL to "http".

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.