Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure :ssl is available #115

Merged
merged 1 commit into from
May 26, 2023
Merged

Conversation

leandrocp
Copy link
Contributor

Trying to run an app on Elixir v1.15.0-rc.0 and OTP 26 that depends on image I got the following error downloading https://github.com/akash-akya/sharp-libvips/releases/download/v8.14.2-rc2/libvips-8.14.2-darwin-arm64v8.tar.gz

{:error,
 {:failed_connect,
  [
    {:to_address, {~c"github.com", 443}},
    {:inet, [:inet],
     {:eoptions,
      {:undef,
       [
         {:ssl, :connect,
         ...

I got it working by making sure :ssl is included.

To avoid `:ssl.connect` undef error on Elixir v1.15 / OTP 26
@akash-akya akash-akya merged commit e81bb87 into akash-akya:master May 26, 2023
@akash-akya
Copy link
Owner

Thanks for the contribution @leandrocp! Versionv0.20.0 is released with the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants