question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SSL error when downloading dependencies (?)

See original GitHub issue

Good 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:closed
  • Created 5 years ago
  • Comments:25 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
A-Yerkeshevcommented, Jul 19, 2018

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

0reactions
kevinlee12commented, Oct 30, 2019

We no longer use Vagrant, so I’ll close this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found