/ Zope / Apsis / Pound Mailing List / Archive / 2007 / 2007-01 / https redirection

[ << ] [ >> ]

[ Anyone have OMA working? / "Michael St. ... ] [ Session are not stiky when cookie content size ... ]

https redirection
"Carl Sajjan" <Carl.Sajjan(at)Cybertech.com>
2007-01-11 15:07:19 [ SNIP ]
Hello,

       I am having two sites www1.example.com and www2.example.com ...
What I am trying to do is to have a setup when www1 goes down, transfer
all traffic to www2 and vice-versa 

               I use Pound 2.2 and I am able to redirect http
successfully, but when I redirect HTTPS it just encrypts partially i.e.
the link is alone https while the links inside the page are still under
http.
        
  How can I make the page fully SSL encrypted? I looked in the
documentation but out of luck still... Can someone point me in the right
direction? 

My https part of the pound.cfg looks like this

------------------------------------------------------------------------
---------------------

                 ListenHTTPS
             Address 172.16.1.241
             Port 443
             Cert "/usr/local/ssl/bin/test.pem"
             Service
               Backend
                    Address 12.12.12.12
                    Port 80
               End
             End
End
------------------------------------------------------------------------
-----------------------
                
Thanks in advance

Regards
Carl

MailBoxer