fukamachi / websocket-driver

WebSocket server/client implementation for Common Lisp
BSD 2-Clause "Simplified" License
104 stars 28 forks source link

Adding ca-path argument in start-connection function #32

Closed LeafChage closed 5 years ago

LeafChage commented 6 years ago

When I used wss protocol, error occured. It is "X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY"

I add ca-path argument in start-connection function.

fukamachi commented 5 years ago

Thanks!