Skip to content

Enabled cipher suites are set twice #1002

Description

@tommystendahl

We set enabled cipher suites twice, at these places:

tlsConfig.getCipherSuites().ifPresent(sslEngine::setEnabledCipherSuites);


The first use javax and the second use the netty API, it would be nice if we could remove the first and keep the one using Netty API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions