Julia-installer.exe download error with code 35

I’m observing an exit code 35 today (not only nightlies)

The command "curl -A "$CURL_USER_AGENT" -sSf -L --retry 7 -o julia-installer.exe
'https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe'"
failed and exited with 35 during .

https://travis-ci.org/github/JuliaImages/ImageTransformations.jl/builds/661897027
https://travis-ci.org/github/JuliaArrays/MosaicViews.jl/builds/661837569

Looks like a problem at https://julialang-s3.julialang.org.

curl exit status 35 means SSL error.

There’s an error message at the bottom (due to Stderr output is shown after the build log rather than inline):

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.


I can download this file fine, so they must have resolved the problem by now. Try restarting the affected jobs/builds.

1 Like