You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can easily support SSL with just a little code addition on httpbeast.
example, I already support SSL with https://github.com/2vg/mofuw/blob/master/tests/SSLapp/app.nim.
However, please be aware that there is a bug in the context creation of the net module, and only TLSv1.0 is supported.
Someone was asking about this in #nim so I will forward along the good news - and if he doesn't have time to PR it I will once I finish the frontend lib I'm building / start working on the new iteration of the playground.
Not sure if this is possible or not - but a community member recently asked about httpbeast | ssl, so I threw together a quick example to test the scenario - https://gist.github.com/zacharycarter/92c38941845c05b8b0479a6c4cedc11f
The request just hangs indefinitely - so I added a timeout.
Is SSL support possible for httpbeast?
The text was updated successfully, but these errors were encountered: