https://issues.apache.org/bugzilla/show_bug.cgi?id=55801
Bug ID: 55801 Summary: Add ability to provide custom SSLContext for websocket client Product: Tomcat 7 Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: maciej.ly...@gmail.com Created attachment 31059 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31059&action=edit Proposed patch Currently the only available customisation is setting trust store via SSL_TRUSTSTORE_PROPERTY. This is not enough in situations where custom trust manager has to be used. The most trivial example I can think of is accepting all certificates. My proposition is to use new property to pass SSLContext using user properties of ClientEndpointConfig. Attached is a proposed patch to add this capability. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org