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

HA-Proxy no-sslv3/no-tlsv1x are ignored #152

Open
sachaz opened this issue Jun 22, 2021 · 1 comment
Open

HA-Proxy no-sslv3/no-tlsv1x are ignored #152

sachaz opened this issue Jun 22, 2021 · 1 comment
Assignees
Labels
compatibility Warnings, deprecations or incompatibilities to tackle P2 Priority: 2 S2 Severity: 2

Comments

@sachaz
Copy link

sachaz commented Jun 22, 2021

Hello,

On HA-Proxy 2.3.4 I got the following message when I'm applying the ssl-confi-generator configuration:
Proxy 'https': no-sslv3/no-tlsv1x are ignored for bind '*:443' at [/etc/haproxy/haproxy.cfg:78]. Use only 'ssl-min-ver' and 'ssl-max-ver' to fix.

So I changed ssl-default-bind-options prefer-client-ciphers and ssl-default-server-options values to: no-tls-tickets ssl-min-ver TLSv1.2 (instead of no-sslv3 no-tlsv10 no-tlsv11 no-tls-tickets)

@janbrasna
Copy link
Collaborator

Related to #206, will be addressed along with:

(Will need to differentiate pre-2.2 vs. v2.2+ definitions…)

@janbrasna janbrasna self-assigned this Oct 4, 2024
@janbrasna janbrasna added compatibility Warnings, deprecations or incompatibilities to tackle S2 Severity: 2 P2 Priority: 2 labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Warnings, deprecations or incompatibilities to tackle P2 Priority: 2 S2 Severity: 2
Projects
None yet
Development

No branches or pull requests

2 participants