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

EDT through the ADC #2415

Open
bjbresna opened this issue Jun 4, 2021 · 0 comments
Open

EDT through the ADC #2415

bjbresna opened this issue Jun 4, 2021 · 0 comments

Comments

@bjbresna
Copy link

bjbresna commented Jun 4, 2021

I recently worked on a project where we had implemented the TLS best practices then were unable to make a connection via EDT. The connection worked via regular TCP. When not going through the ADC the connection did use EDT. We were able to correct the issue by adding the Cipher Group DTLS_DEFAULT to the VServer, however that lowered our SSLLabs score from A+ to a B.

After further troubleshooting it looks like you need the following additional ciphers added to your custom group and still maintain an SSLLabs A+ rating. Can you confirm this and update the document with this information?

TLS1.2-ECDHE-RSA-AES-256-SHA384
TLS1-ECDHE-RSA-AES256-SHA
TLS1-ECDHE-RSA-AES128-SHA

Thansk
Brian Bresnahan
[email protected]

https://docs.citrix.com/en-us/tech-zone/build/tech-papers/networking-tls-best-practices.html

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

No branches or pull requests

1 participant