GitError(Code:ERROR, Class:SSL, unexpected return value from ssl handshake -9806)

Hi,

I wiped out my .julia and running ] up or ] add https://github.com/jheinen/GR.jl gives

(v1.1) pkg> add https://github.com/jheinen/GR.jl
   Cloning git-repo `https://github.com/jheinen/GR.jl`
ERROR: failed to clone from https://github.com/jheinen/GR.jl, error: GitError(Code:ERROR, Class:SSL, unexpected return value from ssl handshake -9806)

I am wondering if the new website could be the culprit…

Anyhow, I hope someone can solve it as wihout packages, life is more difficult…

Thank you,

Bests

julia> versioninfo()
Julia Version 1.1.0
Commit 80516ca202 (2019-01-21 21:24 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin14.5.0)
  CPU: Intel(R) Core(TM) i7-7920HQ CPU @ 3.10GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

I’m not sure how that could be related… we don’t have any influence over GitHub’s HTTPS implementation (one of the reasons to switch to serving packages from servers that we do control). Are you behind a firewall?

I found it… It was my Antivirus.

I apologize for that.

Bests.

1 Like

Glad you sorted it!