Re: AW: AW: WebSockets and HTTPS problems

2012-10-11 Thread Mark Thomas
Konstantin Kolinko wrote: >2012/10/11 Mark Thomas : >> On 10/10/2012 19:57, Mark Thomas wrote: >>> On 10/10/2012 19:51, Steffen Heil (Mailinglisten) wrote: Hi > I just took a look at this. The examples work out of the box for >HTTPS with > BIO but not with NIO. This looks l

Re: AW: AW: AW: WebSockets and HTTPS problems

2012-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steffen, On 10/11/12 11:36 AM, Steffen Heil (Mailinglisten) wrote: >> See if this fixes if for you: >> http://people.apache.org/~markt/dev/tomcat-7/v7.0.33-r1397089/apache- >> >> tomcat-7.0.33-r1397089.tar.gz > > Preliminary tests look promising. E

AW: AW: AW: WebSockets and HTTPS problems

2012-10-11 Thread Steffen Heil (Mailinglisten)
Hi > See if this fixes if for you: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.33-r1397089/apache- > tomcat-7.0.33-r1397089.tar.gz Preliminary tests look promising. Everything worked (using a few single click tests so far). Thanks! > This is not an official release. Use it at your own

Re: AW: AW: WebSockets and HTTPS problems

2012-10-11 Thread Konstantin Kolinko
2012/10/11 Mark Thomas : > On 10/10/2012 19:57, Mark Thomas wrote: >> On 10/10/2012 19:51, Steffen Heil (Mailinglisten) wrote: >>> Hi >>> I just took a look at this. The examples work out of the box for HTTPS >>> with BIO but not with NIO. This looks like a Tomcat bug at this point.

Re: AW: AW: WebSockets and HTTPS problems

2012-10-11 Thread Mark Thomas
On 10/10/2012 19:57, Mark Thomas wrote: > On 10/10/2012 19:51, Steffen Heil (Mailinglisten) wrote: >> Hi >> >>> I just took a look at this. The examples work out of the box for HTTPS >> with >>> BIO but not with NIO. This looks like a Tomcat bug at this point. >>> I'll take a look. >> >> What would

Re: AW: AW: WebSockets and HTTPS problems

2012-10-10 Thread Mark Thomas
On 10/10/2012 19:51, Steffen Heil (Mailinglisten) wrote: > Hi > >> I just took a look at this. The examples work out of the box for HTTPS > with >> BIO but not with NIO. This looks like a Tomcat bug at this point. >> I'll take a look. > > What would I need to do to switch to BIO for now? Change

AW: AW: WebSockets and HTTPS problems

2012-10-10 Thread Steffen Heil (Mailinglisten)
Hi > I just took a look at this. The examples work out of the box for HTTPS with > BIO but not with NIO. This looks like a Tomcat bug at this point. > I'll take a look. What would I need to do to switch to BIO for now? And does Comet work with BIO? Regards, Steffen smime.p7s Description:

Re: AW: WebSockets and HTTPS problems

2012-10-10 Thread Mark Thomas
On 10/10/2012 17:41, Steffen Heil (Mailinglisten) wrote: > Hi > > >> Check to see if the WebSocket examples that ship with Tomcat work with >> your configuration. If they don't compare the differences between the >> default configuration and you configuration to and find the change that >> breaks

AW: WebSockets and HTTPS problems

2012-10-10 Thread Steffen Heil (Mailinglisten)
Hi > Check to see if the WebSocket examples that ship with Tomcat work with > your configuration. If they don't compare the differences between the > default configuration and you configuration to and find the change that > breaks stuff. First, thanks for the reply. I downloaded tomcat 7.0.32 a