Skip to content

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

@omritt

Description

@omritt

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions