Skip to content

OpenSSL v1.6.0 associated with bug with remote VSCode sessions #54

@jeremiedb

Description

@jeremiedb

Starting with OpenSSL v1.6.0 (#53), packages depending on OpenSSL (ex: GitHub.jl, AWS.jl) fail to compile in any VSCode session running remotely.

Error only happens with latest OpenSSL release v1.6.0, the error happens if reverting to prfevious v1.5.0.
It also only errors with Julia 1.10; no issue with Julia 1.12.
The error is speecific to code launched through VSCode. No issue if Julia 1.10 is run directly through a terminal (no VSCode).
No error neither with Julia 1.10 with VSCode run locally.

Error was reproduced on different remote servers, all Ubuntu. Local machines tested were all Windows.

julia> using GitHub
Info Given GitHub was explicitly requested, output will be shown live 
ERROR: LoadError: InitError: AssertionError: ret == 1
Stacktrace:
  [1] OpenSSL.SSLContext(ssl_method::OpenSSL.SSLMethod, verify_file::String)
    @ OpenSSL ~/.julia/packages/OpenSSL/fun1x/src/ssl.jl:165
  [2] SSLContext
    @ ~/.julia/packages/OpenSSL/fun1x/src/ssl.jl:145 [inlined]
  [3] __init__()
    @ HTTP.Connections ~/.julia/packages/HTTP/ShTJs/src/Connections.jl:41
  [4] run_module_init(mod::Module, i::Int64)
    @ Base ./loading.jl:1193

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions