• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
SSL websocket server, part two
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SSL websocket server, part two


  • Subject: SSL websocket server, part two
  • From: Mitchell Laurren-Ring <email@hidden>
  • Date: Tue, 04 Nov 2014 17:30:45 -0800

As you may recall, I’m developing a server that will allow secure websocket connections from a web browser. My current implementation works for all three major browsers on Mavericks and Yosemite but I’m having difficulties with Google Chrome on Lion and Mountain Lion. I’m using Secure Transport with Unix sockets as the underlying transport mechanism.

During the SSLHandshake, my read and write callback functions (that is the functions I use with SSLSetIOFuncs) are being called but, at some point, my calls to send() return -1 and I either get a SIGPIPE, or if I have disabled that signal, I get errno = EPIPE. As one might expect, the SSLHandshake then fails (with an error value of -9800).

Any suggestions?


/Mick




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: SSL websocket server, part two
      • From: "Quinn \"The Eskimo!\"" <email@hidden>
  • Next by Date: Re: SSL websocket server, part two
  • Next by thread: Re: SSL websocket server, part two
  • Index(es):
    • Date
    • Thread