I am working with Debian, installed on Windows through WSL and I am having some annoying problems with certificates. I am behind a corporate network and not entirely sure how is setup (proxy, self signed cert...)
There are quite a lot of actions that are failing to validate a certificate, even a simple sudo apt update is returning the following for some repositories: CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none.
Similar results with cURL, wget etc...
Since everything works perfectly on Windows, I tried to import the certificates from it.
Running openssl s_client -connect someDomainHere.com:443 </dev/null would give me the root certificate name, then moving it to /usr/local/share/ca-certificates/ and finally sudo update-ca-certificates does not change anything...
I would be very grateful is someone has an idea since I have no moer tricks left :)
Thanks
EDIT: forgot to mentioned I also tried to update and reinstall the ca-certificates