summaryrefslogtreecommitdiff
path: root/uclient-fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'uclient-fetch.c')
-rw-r--r--uclient-fetch.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/uclient-fetch.c b/uclient-fetch.c
index 6b6d2fe..3c0c36b 100644
--- a/uclient-fetch.c
+++ b/uclient-fetch.c
@@ -487,7 +487,12 @@ static void init_ustream_ssl(void)
static int no_ssl(const char *progname)
{
- fprintf(stderr, "%s: SSL support not available, please install ustream-ssl\n", progname);
+ fprintf(stderr,
+ "%s: SSL support not available, please install one of the "
+ "libustream-ssl-* libraries as well as the ca-bundle and ",
+ "ca-certificates packages.\n",
+ progname);
+
return 1;
}