From 2d78767973aa98861cd87f423eb2b54ea1eb1659 Mon Sep 17 00:00:00 2001 From: Paul Kinsky Date: Thu, 26 Jan 2017 15:13:45 -0800 Subject: Add tips for resolving https issues in containers I ran into some issues making HTTPS requests from a container built with buildImage. I've added notes with tips for resolving similar issues. --- doc/functions.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/functions.xml') diff --git a/doc/functions.xml b/doc/functions.xml index 5c654ffb9562..602d419a1803 100644 --- a/doc/functions.xml +++ b/doc/functions.xml @@ -523,6 +523,17 @@ It is possible to inspect the arguments with which an image was built using its buildArgs attribute. + + + + If you see errors similar to getProtocolByName: does not exist (no such protocol name: tcp) + you may need to add pkgs.iana_etc to contents. + + + + If you see errors similar to Error_Protocol ("certificate has unknown CA",True,UnknownCa) + you may need to add pkgs.cacert to contents. + -- cgit v1.2.3