Re: [jetty-users] Issue with Jetty Web Sockets behind IIS Reverse Proxy

2020-10-01 Thread Manpreet Singh
uest. Double / Triple check this. Note that Jetty 9.2.x, the version you came from, supported Alpha/Beta/Draft versions of the WebSocket spec, which are no longer supported on Jetty 9.4.x. It could be that your version of IIS doesn't support the finalized spec https://tools.ietf.org/html/rfc6455 (

[jetty-users] Issue with Jetty Web Sockets behind IIS Reverse Proxy

2020-09-30 Thread Manpreet Singh
Hi, We have a setup where Jetty sits behind an Microsoft IIS Reverse Proxy (via ARR). IIS is 10.5 on Windows 2019. Our Web application deployed in Jetty uses web sockets to render video on the browser. Since we have upgraded from Jetty 9.2.17.v20160517 to 9.4.24.v20191120, the web socket see

[jetty-users] Cross Context communication between WebApps without HTTP overhead

2020-03-05 Thread Manpreet Singh
Hi, What would be the best way in Jetty to have 2 web applications communicate with each other without using HTTP calls? Thanks, Manpreet ___ jetty-users mailing list jetty-users@eclipse.org To change your delivery options, retrieve your password,

[jetty-users] SSL session cache not working as expected

2020-01-16 Thread Manpreet Singh
Hi, We are using Jetty HTTP Client (from 9.4.10) and making connections to a Jetty server (9.2.17) embedded via Spring Boot. At every HTTP request the full SSL handshake takes place. The same HTTP client when talking to Microsoft IIS server is caching the sessions just fine. The Idle timeou

Re: [jetty-users] jetty 6.1.26 (SSL session timeout)

2014-06-13 Thread Manpreet Singh
right? > > -- > Joakim Erdfelt > webtide.com - intalio.com/jetty > Expert advice, services and support from from the Jetty & CometD > experts eclipse.org/jetty - cometd.org > > > On Fri, Jun 13, 2014 at 7:36 AM, Manpreet Singh > > wrote: >> >> We ar

[jetty-users] jetty 6.1.26 (SSL session timeout)

2014-06-13 Thread Manpreet Singh
We are using jetty-6.1.26 HTTP client to post messages to an Microsoft IIS Server using client certificate based authentication. The code fragment used is as below: httpClient.setConnectorType(HttpClient.CONNECTOR_SELECT_CHANNEL); httpClient.setMaxConnectionsPerAddress(1);

[jetty-users] Question about Jetty HTTP client 6.1.26

2013-06-29 Thread Manpreet Singh
We are using jetty-6.1.26 HTTP client to post messages to an IIS server (SSL) on very low bandwidth and high latency connections (VSAT). The code fragment used is as below: httpClient.setConnectorType(HttpClient.CONNECTOR_SELECT_CHANNEL); httpClient.setMaxConnectionsPerAd