Hi,
I configured Pound like this :
ListenHTTPS
Address
0.0.0.0
Port 443
Cert "/pound/V243/certificates/local.server.pem"
xHTTP 2
RewriteLocation 2
Service
URL ".*"
BackEnd
Address xxx.xxx.xxx.xxx
Port 80
End
End
End
For each hit on my web application, an extraction in the HTTP header is made in order to get the called URI and to check if it is known by the system or not. If not, the user can't enter de web application, the access is denied. Don't mind about the relevance of this checking, i just simplify the explanations....
And here is my problem, when i call "
https://web-application.intranet.fr" in my browser, the identified URL passed by Pound is "
http://web-application.intranet.fr". So my application deny the access because it knows the HTTPS URI but not the HTTP one.
What did i do wrong? Is there a parameter in the configuration to fix to get the right recognition of my URL in the HTTP headers? I tried to fix a value for RewriteDestination, it doesn't resolved my problem...
Any help would be appreciated,
Best regards,
Gaël de Villeblanche