Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSL on backend/ability to disable ssl verification #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jensendw
Copy link

When running the proxy against an SSL backend I was receiving errors as follows:

[Mon Aug 04 00:03:26 2014] [error] proxy: HTTPS: failed to enable ssl support for [::1]:9443 (localhost)
[Mon Aug 04 00:03:31 2014] [error] [client ::1] SSL Proxy requested for xxx but not enabled [Hint: SSLProxyEngine]

This led to adding the SSLProxyEngine on to the configuration, from my testing this has no bearing if the backend is http

My backend uses a self signed SSL certificate which resulted in the following log messages when running with SSLProxyEngine configured

[Tue Sep 10 18:22:52.959291 2013] [proxy:error] [pid 19531] (502)Unknown error 502: [client 173.xx.xx.xx:9558] AH01084: pass request body failed to 184.xx.xx.xx:2096 (184.xx.xx.xx), referer: https://domain.com:2096

I added the DISABLE_SSL_VERIFY toggle which effectively disables SSL certificate verification against the backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant