-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pacman does not work properly with our corporate certificate #4523
Comments
Does the workaround mentioned here work? |
No. Our guy from IT told me that a problem is probably, that pacman rejects corporate self signed certificate. There is no line about corporate self signed and root signed neccessity. I obtain no debug info that a cetrifficate is not accepted. I have attempted both, certificates extracted from Firefox, and a certificate from our IT. |
Hello, I do not understand the problem. As I think, that ROOT certificate is always self-signed. Thank you. Here is part of error messages: $ pacman -Sy And here is a certificate chain list by openssl s_client: $ openssl s_client -proxy=127.0.0.1:9001 -connect repo.msys2.org:443 -showcerts
|
I has been followed all recomendations for using corporace certificates. Unfortunatelly I cannot make pacman working properly.
I have asked our IT department and they give me this certificate: zsc.zip it also does not work.
PEMs from Firefox: PEM.zip
One guy from our IT told me that pacman needs corporate certificate to be root signed. This corporate certificate is only self-signed, it does from external company Zscaller and we cannot do anything with it.
Is it possible to completelly turn off ssl verification?
The text was updated successfully, but these errors were encountered: