|
|
|
|
Salut,
Tout d' abord mon serveur apache supporte ssl les connections https fonctionne parfaitement. Je veux a present installer un reverse proxy je fait donc les modifs suivantes sur mon fichier httpd.conf
/* ... */
Port 443
...
#Listen 80
Listen 443
....
ProxyRequests Off
ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/
...
/* ... */
Malheureusement pour moi, ca ne marche pas.
La requete https://127.0.0.1/ me donne :
/* .... */
502 Proxy Error :
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /.
Reason: Could not connect to remote machine: Connection refused
/* ... */
Ce serait cool que qq un m' aide car la je suis a bout, je n' arrete pas de chercher sans trouver un truc qui marche.
Merci,
@+++
PS : SOS au spécialiste apache
Salut,
|