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
|