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

Fix Tomcat TLSv1.3 when TLSv1.2 ciphers configured #26

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

janbrasna
Copy link
Owner

@janbrasna janbrasna commented Jan 6, 2024

OpenSSL vs JSSE issue?
https://stackoverflow.com/a/68818408

(no implementation set for Connector, APR due to OpenSSL naming implied? JSSE will accept that instead of IANA thou — so APR won't configure TLSv1.3 at all and apply defaults, while JSSE will adhere to the cipher list for all protocols, needing the TLSv1.3 defaults explicitly enumerated in the allowed ciphers?)

TODO: mention APR vs. JSSE implementation differences somehow?

OQ: hardcoded delimiter… if tls13 ➡️ ciperSuites won't be empty, no addtl test for trailing ":" needed?

Copy link

netlify bot commented Jan 6, 2024

Deploy Preview for mozsslconf-dev ready!

Name Link
🔨 Latest commit 473670d
🔍 Latest deploy log https://app.netlify.com/sites/mozsslconf-dev/deploys/670a9a4b46876a00082557bc
😎 Deploy Preview https://deploy-preview-26--mozsslconf-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 76
Accessibility: 87
Best Practices: 100
SEO: 84
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@janbrasna janbrasna changed the base branch from master to develop October 17, 2024 16:35
@janbrasna janbrasna merged commit 8d0c0e0 into develop Oct 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant