Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBB29D685 for ; Thu, 11 Oct 2012 15:07:50 +0000 (UTC) Received: (qmail 39637 invoked by uid 500); 11 Oct 2012 15:07:47 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 39579 invoked by uid 500); 11 Oct 2012 15:07:47 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 39570 invoked by uid 99); 11 Oct 2012 15:07:47 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2012 15:07:47 +0000 Received: from localhost (HELO [192.168.23.9]) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2012 15:07:47 +0000 Message-ID: <5076E0BB.8040805@apache.org> Date: Thu, 11 Oct 2012 16:07:39 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: AW: AW: WebSockets and HTTPS problems References: <304595783255CB4682E86E67D63E6FEE1B932A@dc2008r2.sh-solutions.intern> <50756AAA.1090901@apache.org> <304595783255CB4682E86E67D63E6FEE1BA455@dc2008r2.sh-solutions.intern> <5075C280.2030101@apache.org> <304595783255CB4682E86E67D63E6FEE1BA4FB@dc2008r2.sh-solutions.intern> <5075C4FE.1020701@apache.org> In-Reply-To: <5075C4FE.1020701@apache.org> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 I need to do to switch to BIO for now? > > Change the protocol attribute for your connector. See the docs. > >> And does Comet work with BIO? > > No, but APR does. ( I haven't tested APR, HTTPS and WebSocket yet). > > If you can hang on for a few hours, I might have a fix for you. 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 This is not an official release. Use it at your own risk. I'll take it down again in a few days. Any feedback appreciated. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org