Skip to content

special ssl protocol version for compatible with test ws client #1

@marx-yu

Description

@marx-yu

when use jetty9, the default ssl version is sslv3, can't compatible with test ws client
so change in WebSocketServerMaxConnsTest_SingleThread.java, add two lines on 213,214:
factory.getSslContextFactory().setTrustAll(true);
factory.getSslContextFactory().addExcludeProtocols("SSLv2Hello","SSLv3");

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