Re: Two frontends with the same IP and Port

2022-10-25 Thread Aleksandar Lazic
Hi Roberto. On 25.10.22 17:01, Roberto Carna wrote: Sorry, I want two different backends with same IP/port and different SSL options as follow, and the same SSL wildcard certificate: # Frontend 1 with certain SSL options frontend Web1 bind 10.10.1.1:443 ssl crt /root/ssl/ no-sslv3 no-tlsv10 no-

Re: Two frontends with the same IP and Port

2022-10-25 Thread Roberto Carna
Sorry, I want two different backends with same IP/port and different SSL options as follow, and the same SSL wildcard certificate: # Frontend 1 with certain SSL options frontend Web1 bind 10.10.1.1:443 ssl crt /root/ssl/ no-sslv3 no-tlsv10 no-tlsv11 no-tls-tickets force-tlsv12 acl url_web1

Two frontends with the same IP and Port

2022-10-25 Thread Roberto Carna
Dear, I have a HAproxy server with two different frontends with the same IP and port, both pointing to different backends, as follow: frontend Web1 bind 10.10.1.1:443 ssl crt /root/ssl/ no-sslv3 no-tlsv10 no-tlsv11 no-tls-tickets force-tlsv12 acl url_web1hdr_dom(host) -

Re: I can't disable TLS v1.1 from Internet

2022-10-25 Thread Roberto Carna
Markus, thnks so much for your support. So I will upgrade my haproxy to the latest version as soon as I can, and I will apply what you told me. Regards! El mar, 25 oct 2022 a las 7:49, Markus Rietzler () escribió: > > Am 24.10.22 um 15:50 schrieb Aleksandar Lazic: > > Hi Roberto. > > > > On 24.1

Re: I can't disable TLS v1.1 from Internet

2022-10-25 Thread Markus Rietzler
Am 24.10.22 um 15:50 schrieb Aleksandar Lazic: Hi Roberto. On 24.10.22 03:21, Roberto Carna wrote: Dear, I have this scenario: Internet --> HAproxy Frontend --> HAproxy Backend --> Web servers What is the config for the frontend of the HAProxy Frontend? BTW.: HAProxy 1.5 is't maintained any

Re: [PR] prelim-wolfSSL updates

2022-10-25 Thread William Lallemand
Thanks for the pull request, we are going to take a look and test it. On Sun, Oct 23, 2022 at 12:23:02AM +0200, PR Bot wrote: > Dear list! > > Author: Uriah Pollock > Number of patches: 1 > > This is an automated relay of the Github pull request: >prelim-wolfSSL updates > > Patch title(s):