Https with proxy reverse

Discussion in 'Apache' started by angelete2, Sep 30, 2009.

  1. #1
    Hi
    I have configured my apache 2.2 with this:

    <VirtualHost *:443>
    SSLProxyEngine On
    ProxyPass / https://myinternalsite.com/
    ProxyPassReverse / https://myinternalsite.com/

    ServerName myexternalsite.com
    ErrorLog logs/proxy-error_log
    CustomLog logs/proxy-access_log common
    </VirtualHost>

    but when i try to connect https://myexternalsite.com, i can't connect.
    I get error messages in my log like:
    "\x80O\x01\x03" 400 326

    what is it wrong?

    Thank you in advance
     
    angelete2, Sep 30, 2009 IP