Re: mod_ssl: TLS/HTTPS multiplexing with other protocols

2014-04-24 Thread Graham Leggett
On 23 Apr 2014, at 8:39 PM, Daniel Pocock dan...@pocock.pro wrote: This brings me to the observation that something needs to do the TLS handshake and then look at the request body from the client (e.g. the HTTP request line or SIP request line) to work out what type of request it is. All of

mod_ssl: TLS/HTTPS multiplexing with other protocols

2014-04-23 Thread Daniel Pocock
I've been working on the SIP over TLS and SIP over WebSockets (with TLS) in reSIProcate and I'm looking at ways to make it easier people to use both HTTPS and SIP(S) on a single IP/port There are already methods (e.g. sshttp) that allow SSH and HTTPS on the same port - this works fairly easily