Re: Disabling hostname verification on websockets in Tomcat 8+

2023-05-26 Thread V User
ealize that was significantly different from X509ExtendedTrustManager. Looks like it's working now, thanks! On Fri, May 26, 2023 at 3:24 AM Mark Thomas wrote: > On 25/05/2023 22:52, V User wrote: > > > The how-to on websockets ( > > https://tomcat.apache.org/tomcat-9.0-doc/web-socket-howto.html)

Disabling hostname verification on websockets in Tomcat 8+

2023-05-25 Thread V User
Hello, I'm working through upgrading an application from Tomcat 7 to Tomcat 9, and am running into an issue with hostname verification. The application initiates websocket connections using SSL to several other servers by IP address, and those servers' certificates either do not have any subject

Re: RemoteEndpoint.Async sendText blocking

2017-06-29 Thread V User
-BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Z, V, etc., > > On 6/29/17 1:16 PM, V User wrote: > > Hello! I have a question about the RemoteEndpoint.Async sendText > > method. The spec states: "Initiates the asynchronous transmission > > of a text message

RemoteEndpoint.Async sendText blocking

2017-06-29 Thread V User
Hello! I have a question about the RemoteEndpoint.Async sendText method. The spec states: "Initiates the asynchronous transmission of a text message. This method returns before the message is transmitted." To me, this implies that the method should return immediately regardless of network status