You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MbedTLS.jl is used as a dependency in one of my applications.
We deploy a compiled version of this app using PackageCompiler.jl and everything was working just fine until one of the latest releases of the month of July.
What happens is that this function (code copied below) is trying to access the file cert.pem using the variable Sys.BINDIR as reference path. The problem is that in the compiled app the certificate does not exist in the expected directory.
How could I fix it? I am keen to opening a PR if the problem really comes from this package
Hello,
MbedTLS.jl is used as a dependency in one of my applications.
We deploy a compiled version of this app using PackageCompiler.jl and everything was working just fine until one of the latest releases of the month of July.
What happens is that this function (code copied below) is trying to access the file
cert.pem
using the variableSys.BINDIR
as reference path. The problem is that in the compiled app the certificate does not exist in the expected directory.How could I fix it? I am keen to opening a PR if the problem really comes from this package
The text was updated successfully, but these errors were encountered: