From 966361c22ae5e0bea459d6b16cc2f72d7b039636 Mon Sep 17 00:00:00 2001 From: k0pernicus Date: Thu, 19 May 2016 10:47:46 -0400 Subject: [PATCH] Add a Troubleshooting section --- readme.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.markdown b/readme.markdown index df3b405..70be1d3 100644 --- a/readme.markdown +++ b/readme.markdown @@ -645,6 +645,15 @@ their own packages to it! Take a look at **Example**: ``nim >= 0.10.0, jester``; with this value your package will depend on ``nim`` version 0.10.0 or greater and on any version of ``jester``. +## Troubleshooting + +* "SSL support is not available. Cannot connect over SSL. [HttpRequestError]" + +Make sure that nimble is configured to run with SSL, adding a ```-d:ssl``` +flag to the file ```src/nimble.nim.cfg```. +After that, you can run ```src/nimble install``` and overwrite the existing +installation. + ## Contribution If you would like to help, feel free to fork and make any additions you see fit