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 (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to arch...@mail-archive.com