Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Secure WebSockets
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris  
View profile  
 More options Oct 11 2011, 2:34 pm
From: Chris <christopherheu...@gmail.com>
Date: Tue, 11 Oct 2011 11:34:17 -0700 (PDT)
Local: Tues, Oct 11 2011 2:34 pm
Subject: Secure WebSockets
Hello Everybody,

I apologize for my ignorant question, but I am having a lot of trouble
with this.

I am working on building a WebSocket server. It is currently
implemented as a fairly standard inheritance from WebSocketHandler. It
works well, and handles the connection perfectly. However, when I
attempt to connect using wss (secure websockets), it doesn't function
properly. The server shows no reaction, with none of the "open" or
"on_close" or "on_error" methods being called on the handler. The
client never registers as having an open connection (never runs the
"on_open" method in javascript), but does run the "on_close" method if
the server if halted during this process.

What am I missing? I have tried, without success, to find some
documentation of Secure Websockets with Tornado. It seems to me that
the server is receiving the connection, but does nothing without
(including not rejecting or closing it).

Can anyone help me with this issue?

Thank you very much for your time,

    ---Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Constantine  
View profile  
 More options Nov 16 2012, 7:47 pm
From: Kevin Constantine <kevin.constant...@disneyanimation.com>
Date: Fri, 16 Nov 2012 16:47:38 -0800 (PST)
Local: Fri, Nov 16 2012 7:47 pm
Subject: Re: Secure WebSockets

Chris, did you ever find the answer to this question?  I'm running into a
similar issue, and it feels like I'm just missing something stupid.

-kevin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hermann Yung  
View profile  
 More options Dec 28 2012, 4:03 am
From: Hermann Yung <hong.kong.rubb...@gmail.com>
Date: Fri, 28 Dec 2012 01:03:08 -0800 (PST)
Local: Fri, Dec 28 2012 4:03 am
Subject: Re: Secure WebSockets

I also want to know this too!

Kevin Constantine於 2012年11月17日星期六UTC+8上午8時47分38秒寫道:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Constantine  
View profile  
 More options Dec 28 2012, 12:21 pm
From: Kevin Constantine <kevin.constant...@disneyanimation.com>
Date: Fri, 28 Dec 2012 09:21:30 -0800
Local: Fri, Dec 28 2012 12:21 pm
Subject: Re: [tornado] Re: Secure WebSockets

In my case it ended up being that none of my browsers were prompting me to
accept a self-signed certificate.

I did a little write-up on this issue here:
http://kconstan.tumblr.com/post/36603279595/browsers-dont-prompt-for-...

Hope that helps!

-kevin

On Fri, Dec 28, 2012 at 1:03 AM, Hermann Yung
<hong.kong.rubb...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »