Merge pull request #462 from k0pernicus/master

Add a new troubleshooting solution about _alert handshake failure_ errors
This commit is contained in:
Dominik Picheta 2018-02-27 18:55:26 +00:00 committed by GitHub
commit 75b7a215e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -881,6 +881,10 @@ flag to the file ```src/nimble.nim.cfg```.
After that, you can run ```src/nimble install``` and overwrite the existing After that, you can run ```src/nimble install``` and overwrite the existing
installation. installation.
* ``Could not download: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure``
If you are on macOS, you need to set and export the ```DYLD_LIBRARY_PATH``` environment variable to the directory where your OpenSSL libraries are. For example, if you use OpenSSL, you have to set ```export DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib``` in your ```$HOME/.bashrc``` file.
* ``Error: ambiguous identifier: 'version' --use nimscriptapi.version or system.version`` * ``Error: ambiguous identifier: 'version' --use nimscriptapi.version or system.version``
Make sure that you are running at least version 0.16.0 of Nim (or the latest nightly). Make sure that you are running at least version 0.16.0 of Nim (or the latest nightly).