erlang / docker-erlang-otp

the Official Erlang OTP image on Docker Hub

Home Page:https://hub.docker.com/_/erlang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL issues

greenboxal opened this issue · comments

Last update of elixir:1.5 with erlang:20 broke SSL.

We started getting random {:tls_alert, :bac_mac_record} errors when talking with HTTPS services. Rolling back to erlang:20.2.3 solves the issue.

Seems like the base image is broken as when using apt-get with it you get a lot of errors related to bad ELF files.

commented

not reproducing here; do you have more logs

Seems like the base image is broken as when using apt-get with it you get a lot of errors related to bad ELF files.

especially this one would be more severe if reproducible; are you sure the bad ELF files only happen with erlang images? also tried with debian base images?

commented

please re-check after #121 (comment)

if can still reproduce, please report to the new https://github.com/erlang/docker-erlang-otp Thanks