Mac OSX Travis build erroring out

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Mac OSX Travis build erroring out

Post by Kunda1 »

https://travis-ci.org/FreeCAD/FreeCAD/j ... 29#L47-L69

Code: Select all

Cloning into 'FreeCAD/FreeCAD'...
fatal: unable to access 'https://github.com/FreeCAD/FreeCAD.git/': SSL certificate problem: Invalid certificate chain
The command "eval git clone --depth=5000 https://github.com/FreeCAD/FreeCAD.git FreeCAD/FreeCAD " failed 3 times.
Failed to clone from GitHub.
Checking GitHub status (https://status.github.com/api/last-message.json):
/Users/travis/.travis/job_stages: line 761: jq: command not found
curl: (60) SSL certificate problem: Invalid certificate chain
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
/Users/travis/.travis/job_stages: line 373: shell_session_update: command not found
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
ian.rees
Posts: 696
Joined: Sun Jun 15, 2014 3:28 am
Contact:

Re: Mac OSX Travis build erroring out

Post by ian.rees »

I've moved this to "Install / Compile" from "Developer's Corner", as it's more about compiling than developing.
Post Reply