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

Cloud Apps WSS handshake using weak cipher suite #3884

Closed
Jack-Byrne opened this issue Mar 22, 2022 · 0 comments
Closed

Cloud Apps WSS handshake using weak cipher suite #3884

Jack-Byrne opened this issue Mar 22, 2022 · 0 comments
Labels

Comments

@Jack-Byrne
Copy link
Collaborator

Bug Report

During the WSS connection with a cloud app, the ssl handshake is failing with the message "dh key length too small".

This was tested with a 2048 bit RSA signed CA certificate so the issue must be with the cipher suite key exchange method used by Core & the cloud application.

Reproduction Steps
  1. Setup sdl java se app to use wss connections
  2. Setup sdl core to connect to java app with a wss connection
  3. Activate app
Expected Behavior

Secured communication is established and the app registers.

Observed Behavior

WSS error: dh key length too small, connection is not established

OS & Version Information
  • OS/Version: Ubuntu 20 with openssl 1.1.1
  • SDL Core Version: 8.1
  • Testing Against: SDL Java SE in Android studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants