Closed enmand closed 8 years ago
This PR adds golang based SSL, using the crypto/tls package, to allow the server to accept SSL connections directly.
crypto/tls
This PR does not remove any mechanisms for proxying SSL requests, as that is the recommended way to use SSL for ergonomadic.
Seems reasonable. Do the websocket and ssl listen options work well together?
ditto @enmand
This PR adds golang based SSL, using the
crypto/tls
package, to allow the server to accept SSL connections directly.This PR does not remove any mechanisms for proxying SSL requests, as that is the recommended way to use SSL for ergonomadic.