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

HAproxy servers: Disable SSL verification #26

Closed
jpawlowski opened this issue Jul 30, 2016 · 3 comments
Closed

HAproxy servers: Disable SSL verification #26

jpawlowski opened this issue Jul 30, 2016 · 3 comments
Assignees

Comments

@jpawlowski
Copy link
Contributor

When enabling SSL in server configurations, default value "no verify" should be added (=default behavior in pfSense).

@fraenki
Copy link
Member

fraenki commented Aug 1, 2016

Thanks for your report! The HAProxy documentation clearly states:

It is critically important to verify server certificates when using SSL to connect to servers, otherwise the communication is prone to trivial man-in-the-middle attacks rendering SSL totally useless.

I agree with this statement and don't think it's a good idea to set the default to verify none. Instead we'll be using HAProxy's default of verify required.

I understand that it might be reasonable to disable SSL verification globally, that's why I've introduced a new option in General settings -> Global parameters: "Verify SSL Server Certificates". If you set this to "disable verify" it will disable verification for all servers. This even overrides the per-server configuration. (Of course it is also possible to enforce verification.)

@fraenki
Copy link
Member

fraenki commented Aug 3, 2016

@jpawlowski: All fixes will be available with tomorrows 16.7.1 release. I'd love to hear your feedback.

@fraenki
Copy link
Member

fraenki commented Aug 31, 2016

@fichtner: I think this issues can be closed now.

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

No branches or pull requests

3 participants