Re: "SSL: error:0A0000B9:SSL routines::no cipher match" with Mozilla modern ciphers v5.5

2022-02-18 Thread Jeffrey Walton
On Fri, Feb 18, 2022 at 6:57 AM petecooper wrote: > > I am following up with fresh eyes.The 3x ciphers that cause problems are: > > TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256 > > I have just noticed each cipher name above has an underscore `_` character > as a separ

Re: "SSL: error:0A0000B9:SSL routines::no cipher match" with Mozilla modern ciphers v5.5

2022-02-18 Thread Francis Daly
On Fri, Feb 18, 2022 at 07:09:19AM -0500, petecooper wrote: Hi there, > Please ignore this thread, I found the answer: > > https://trac.nginx.org/nginx/ticket/1529#comment:1 Thanks for following up with the solution. I expect that you have read the rest of that page, and now have a working sys

Re: "SSL: error:0A0000B9:SSL routines::no cipher match" with Mozilla modern ciphers v5.5

2022-02-18 Thread petecooper
Please ignore this thread, I found the answer: https://trac.nginx.org/nginx/ticket/1529#comment:1 Thank you. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,293703,293705#msg-293705 ___ nginx mailing list -- nginx@nginx.org To unsubscribe s

Re: "SSL: error:0A0000B9:SSL routines::no cipher match" with Mozilla modern ciphers v5.5

2022-02-18 Thread petecooper
I am following up with fresh eyes.The 3x ciphers that cause problems are: TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256 I have just noticed each cipher name above has an underscore `_` character as a separator. The working ciphers all use a dash `-` as a separator. M