mtrojnar / osslsigncode

OpenSSL based Authenticode signing for PE/MSI/Java CAB files
Other
801 stars 131 forks source link

CURL failure: Timeout was reached https://timestamp.digicert.com #150

Closed simlei closed 2 years ago

simlei commented 2 years ago

Hi, I would be glad if I could get help with this problem which emerged in the past week for me:

osslsigncode sign \
    -pkcs12 $signspot/certstore.p12 -pass $(cat "$pwfile") \
    -n "<product_name>" -i '<product_url>' \
    -t https://timestamp.digicert.com \
    -in "$exe_target" -out $signspot/<product_name>.exe )

It fails with a timeout as mentioned in the issue title. An alternative timestamping server — http://timestamp.sectigo.com — did not work either.

Last week and the weeks before, this tool worked flawlessly, I'm happy to report. I am however clueless what may have caused it to break for my application... Thank you for any help with this issue.

simlei commented 2 years ago

It turns out the problem was not with code from this repository. I'm closing this issue; my apologies!