-
Notifications
You must be signed in to change notification settings - Fork 842
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
stack setup
SSL conn.failure on Ubuntu 16
#2372
Comments
I currently don't know enough about stack's docker integration. Maybe @borsboom can help? |
@sjakobi @borsboom Tried with N.B.: I was pulling in Stack manually ( Thank you again |
Thanks for the update! |
@sjakobi I'm not sure switching to a previous OS version solves it .. Ubuntu 16 seems to have the same issue also with the APT-based installer. |
TL;DR. The image does not contain @ocramz The error message is correct and helpful (if not user-friendly): Haskell
Compare with correct results (on a normal LTS 14.04 system):
phusion 0.9.18 also has netbase:
The change seems unintentional, based on: |
Thank you @Blaisorblade , I'll use your fix. Opened an issue with Phusion about this : phusion/baseimage-docker#323 |
I'm getting this SSL connection failure when running
stack setup
in a Docker image based on Ubuntu 16 (namely, the currentphusion/baseimage
)What SSL tools/libraries does
stack
require with this configuration? I do haveopenssl
installed at the latest version.Thank you
The text was updated successfully, but these errors were encountered: