Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFailed to validate the SSL certificate for github.com:443 #539
Comments
riccardomurri
closed this
in
6ff4192
Mar 31, 2018
This comment has been minimized.
This comment has been minimized.
This should now be fixed in the latest "master" branch: so either update you python sources ( The fix allows you to turn off HTTPS certificate validation; just add this line to any
|
riccardomurri
referenced this issue
Mar 31, 2018
Closed
AWS InstanceLimitExceeded & SSH Error No IP address #537
This comment has been minimized.
This comment has been minimized.
pnik073
referenced this issue
Apr 2, 2018
Closed
PostgreSQL | Add PostgreSQL repository apt-key] #542
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pnik073 commentedMar 31, 2018
•
edited
When I run
elasticluster start
for SLURM cluster I get SSL certificate failure for github. I try to runsetup
, correct thebuild.yml
or run withdocker
but all trials fail. I provide below more info on the errors.Any suggestions on that?
Local runs
I try to modify
/home/vagrant/elasticluster/src/elasticluster/share/playbooks/roles/lmod/tasks/build.yml
and at line 70 (i.e., the line afterget_url:
) withvalidate_certs: no
. Note that thev
of validate must be exactly aligned with theu
ofurl:
in the line that follows. This run is done from Ubuntu-Xenial with Ansible 2.3.3.0. Theelasticluster setup
does not help here.Error log: Without
validate_certs: no
Error log: With
validate_certs: no
Docker run
I also run from
riccardomurri/elasticluster
Docker with the following mount for my conf files. That fails too.Error log: