SSL error when downloading dependencies (?)
See original GitHub issueGood day. I am trying to run Oppia on the local machine. After the vagrant machine has been initialized with ‘vagrant up’, localhost:8181 sent no response. So I followed this instructions and executed the following commands:
'vagrant ssh'
'cd /home/vagrant/oppia'
'bash ./scripts/start.sh'
However, I receive the following error:
File "/usr/lib/python2.7/ssl.py", line 405, in do_handshake
self._sslobj.do_handshake()
IOError: [Errno socket error] [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Probably I messed something during installation, can anyone give me an idea about how to solve this?
Issue Analytics
- State:
- Created 5 years ago
- Comments:25 (18 by maintainers)
Top Results From Across the Web
Problems using Maven and SSL behind proxy - Stack Overflow
When I run it I get an error with SSL certificate and cannot download from the central Maven repository at https://repo.maven.apache.org/maven2.
Read more >Fixing SunCertPathBuilderException caused by Maven ...
I am trying to fix SunCertPathBuilderException error when Jenkins try to download from Artifactory. We are running Maven build. Any help would be...
Read more >Unable to find valid certification path to requested target
Such trusted parties are called certificate authorities . With this brief background, the error message "unable to find valid certification path to requested...
Read more >Remote repository access through authenticated HTTPS
Guide to Remote repository access through authenticated HTTPS. This document describes how to configure Maven to access a remote repository that sits behind ......
Read more >Troubleshooting SSL - GitLab Docs
This error indicates that an incomplete certificate chain is being presented by the server. To fix this error, you will need to replace...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Perfect. Yesterday Sandeep Dubey sent me a link to this zip file, I downloaded and unzipped content of it into third_party/static folder and now everything works fine
We no longer use Vagrant, so I’ll close this.