-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL: CERTIFICATE_VERIFY_FAILED error #40
Comments
If you open the same URL in your browser what does the certificate say for you? |
Do you have ca-certificates installed? And have you rehashed the ssl certificate database? There's a known issue on nvidia platforms: ros/rosdistro#12894 (comment) Browsers often have their own ca-certificates and proxies you can check pure python access using: |
@dirk-thomas I ssh into the Tegra, so I can't check the browser from there. But @tfoote Thanks! |
For me rehash also didn't work. Had to set up SSL_CERT_FILE bash environment variable as suggested in an answer at this link: |
I'm trying to install some ROS packages on a Nvidia Tegra X1 running Ubuntu 16.04.
I have installed ROS with
sudo apt-get install ros-kinetic-ros-base
androsinstall_generator
withsudo apt-get install python-rosinstall-generator
.When I try to use
rosinstall_generator
I get an SSL error:Is this a known issue? Does anybody have a fix?
The text was updated successfully, but these errors were encountered: