edmund-huber / ergonomadic

DISCONTINUED, see orogono
MIT License
132 stars 10 forks source link

Add optional Go-based SSL #19

Closed enmand closed 8 years ago

enmand commented 9 years ago

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.

edmund-huber commented 9 years ago

Seems reasonable. Do the websocket and ssl listen options work well together?

edmund-huber commented 8 years ago

ditto @enmand