You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tony Morris <tm...@tmorris.net> on 2009/07/18 12:29:04 UTC

[users@httpd] mod_proxy HTTPS

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Is it possible to use mod_proxy to listen on HTTP/SSL and forward to a
HTTP? On some occasions, a request using firefox gives me a SSL error
(Error code: ssl_error_rx_unexpected_change_cipher).

I have:
<VirtualHost *:443>
    SSLEngine On
    SSLCertificateFile "my.cer"
    SSLCertificateKeyFile "my.key"

    ProxyPass / http://host:8081/
    ProxyPassReverse / http://host:8081/
    ...

Any clues?

- --
Tony Morris
http://tmorris.net/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpho+0ACgkQmnpgrYe6r62SGgCdEC4vLCkf2ze2og434WnC1oYR
eeUAn1D3ghqIrTgTOUIw8jf0/cRyR5ME
=CiPX
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org