You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My npm (node package manager) works well with same proxy configuration, but it needs to config strict-ssl = false, so I think it maybe related to ssl verification.
My company proxy use has a self-signed cert. but it is still use legacy algorithm(SHA-1). And I can not import it to chrome/firefox.
Ah ok, in that case I'm gonna close this in favor of #1180 as it sounds like it's a case of correctly rejecting an SSL cert and then it's just otherwise difficult to customize the root certs and such.
Is this problem related to ca certification verify?
Is there something I can do to disable verify certification?
I am running in WINDOWS 7 behind my company's proxy. with a cntlm as local proxy.
Here is my config:
And this is what I got when execute
cargo build
The text was updated successfully, but these errors were encountered: