-
Notifications
You must be signed in to change notification settings - Fork 89
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
SignerSignEx3 returns 80072EE7 #281
Comments
2024-10-23 08:28:30.872 trce: AzureSignTool.SignCommand[0] |
So it appears that when setting HTTP_PROXY and HTTPS_PROXY as environment variables fetching the certificate works, but timestampinf fails. If I remove the timestamp then the singing is completed without issues. Additionally when I set the proxy via windows GUI (Proxy Settings) control panel then it also works. Anyone know why this does not work when setting the HTTP_PROXY and HTTPS_PROXY settings as environment variables? |
We don't use HTTP(S)_PROXY, but in case it helps anyone we started getting this error recently and the only thing that had changed around the same time was IPv6 being enabled on the build agent, I disabled IPv6 and the problem went away. |
While trying to sign a dll using azure sign tool the tool aborts signing with
HRESULT = 80072EE7.
The text was updated successfully, but these errors were encountered: