Hmm sorry, I think I didn't explain myself properly.
>From the answer I received - after studying it a bit - it wasn't clear
to me.
So I'll try to convey it as I see it.
My users 'must' go to my secured url: HTTPS://poundsever/targetpage
>From what I understand pound can only talk to my backend servers as
HTTP. So the picture this far is -
<users>
|
\/
+<pound server port 443>
|
\/
+<backend server port 80>
Ok simple enough. However when the user types
HTTPS://poundserver/targetpage pound changes the returned page as HTTP.
Example: HTTPS://pounserver/targetpage returns
HTTP://poundserver/targetpage.
I don't want this, I'm looking to have all my pages returned under SSL.
Here's a snippet of my config
ListenHTTPS
Address 192.168.0.10
Port 443
Cert "/etc/ssl/server.pem"
Service
BackEnd
Address 192.168.0.100
Port 80
End
BackEnd
Address 192.168.0.200
Port 80
End
End
End
I'm willing to send screenshots to anyone that can help if I'm not being
clear.
Thanks for any all help
-Shamunda
***** Email confidentiality notice *****
13/12/2008
This message is private and confidential. If you have recieved this message in
error, please notify us and remove it from your system.
--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.