nategood/sleep-tight

Help needed!

Closed this issue · 0 comments

If I set "ssl_verify_client on;" in nginx config file. How should I go with curl command?
Something like this:
curl -v -s --key client.key --cert client.crt --cacert ca.crt https://192.168.0.105/

But I always get "SSL certificate problem: self signed certificate" error. How can I solve this?
Thanks