RubyLane / rl_http

A REST-capable, never-blocking HTTP client package that supports HTTPS, keepalive, deflate, chunked encoding for Tcl, NaviServer or AOLserver
Other
10 stars 2 forks source link

On Windows, use twapi::tls_socket as alternative to tls::socket. #2

Closed apnadkarni closed 4 years ago

apnadkarni commented 4 years ago

Added support for using twapi::tls_socket on Windows as an alternative to tls::socket. Primary reason is that trusted root certificates are not kept up to date for tls::socket.