Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created May 22, 2009 17:44
Show Gist options
  • Select an option

  • Save matschaffer/116262 to your computer and use it in GitHub Desktop.

Select an option

Save matschaffer/116262 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName proxytest
SSLProxyEngine on
ProxyPass /uis http://hostthat/works
ProxyPass /qcbin https://sslthatdoesntwork/qcbin
ProxyRemote * http://proxyaddress:8080
</VirtualHost>
# Logs show
[Fri May 22 13:42:28 2009] [error] (60)Operation timed out: proxy: HTTPS: attempt to connect to ip_for_sslthatdoesntwork (sslthatdoesntwork) failed
[Fri May 22 13:42:28 2009] [error] ap_proxy_connect_backend disabling worker for (sslthatdoesntwork)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment