mozilla / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
358 stars 59 forks source link

Tomcat needs comma in `protocols` #93

Closed april closed 4 years ago

april commented 4 years ago

I had been grateful to find this resource! It needed a comma to separate the TLS-versions in the SSLHostConfig block to get it to work for me: protocols="TLSv1.2, TLSv1.3"> instead of protocols="TLSv1.2 TLSv1.3">

Originally posted by @juminda-suurekoerve in https://github.com/mozilla/ssl-config-generator/issues/28#issuecomment-610454740

april commented 4 years ago

Thanks for letting me know! I've fixed this and pushed it to the public site. :)