How to fix cygwin ssl certificate login
After updating cygwin, you might get the following error when doing something related to ssh:
error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing
To fix it:
cd /usr/ssl/certs
curl http://curl.haxx.se/ca/cacert.pem | awk 'split_after==1{n++;split_after=0} /-----END CERTIFICATE-----/ {split_after=1} {print > "cert" n ".pem"}'
c_rehash
| Newer article: | SumatraPDF 1.9 released |
| Older article: | Introducing Volante - a database for C# (.NET) |