-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Documentation outlines http://snapframework.com/faq#how-do-i-enable-ssl that to include ssl support I need to recompile it.
I'm working withing stack, so I do
stack build --flag snap-server:openssl
Which seems like downloading openssl-streams and rebuilding server with flag, but running server with command
stack exec -- lumper -p 9000 --ssl-port=443 --ssl-cert=cert.pem --ssl-key=privkey.pem
- gives no indication of working ssl (https://localhost:443 gives nothing)
- doesn't notify if there is wrong paths to certificates
I would like to know if I'm missing something and how can I enable truly ssl?
Metadata
Metadata
Assignees
Labels
No labels