I'm getting this SSL connection failure when running stack setup in a Docker image based on Ubuntu 16 (namely, the current phusion/baseimage)
FailedConnectionException2 "raw.githubusercontent.com" 443 True getProtocolByName: does not exist (no such protocol name: tcp)
What SSL tools/libraries does stack require with this configuration? I do have openssl installed at the latest version.
Thank you
I'm getting this SSL connection failure when running
stack setupin a Docker image based on Ubuntu 16 (namely, the currentphusion/baseimage)What SSL tools/libraries does
stackrequire with this configuration? I do haveopensslinstalled at the latest version.Thank you