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

Change 'SSL' context instance to 'TLS' #146

Open
omritt opened this issue Jan 2, 2018 · 0 comments
Open

Change 'SSL' context instance to 'TLS' #146

omritt opened this issue Jan 2, 2018 · 0 comments

Comments

@omritt
Copy link

omritt commented Jan 2, 2018

HTTPConnectionFactory class creates an SSLContext object using 'SSL' algorithm. Hardened and FIPS compliant JVMs will not support the old 'SSL' syntax and requires to call 'TLS' to insure TLS is being used.
SSLContext.getInstance('SSL') -> Replace with SSLContext.getInstance('TLS')

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