diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 86b98b74ba..066722a7b7 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -37,9 +37,9 @@ pipeline { name: 'WINDOWS_CODESIGN_TIMESTAMP_URL', description: 'Time Stamp Authority (TSA) server for signing binaries.', choices: [ - 'http://timestamp.digicert.com', - 'http://timestamp.sectigo.com', 'http://timestamp.apple.com/ts01', + 'http://timestamp.digicert.com', /* Known to cause 0x80096005, 0x800700e1 errors. */ + 'http://timestamp.sectigo.com?td=sha256', 'http://time.certum.pl', 'https://freetsa.org', ]