Skip to content
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

Do not check SSL certificates - Fails on Travis #28

Closed
joejag opened this issue Dec 3, 2014 · 2 comments
Closed

Do not check SSL certificates - Fails on Travis #28

joejag opened this issue Dec 3, 2014 · 2 comments
Labels
bug Something isn't working as expected

Comments

@joejag
Copy link
Contributor

joejag commented Dec 3, 2014

Travis CI cctray.xml do not work as we throw an error during SSL handshake

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
........
........
........
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

URL: https://api.travis-ci.org/repositories/rails/rails/cc.xml

Not sure if this is something we pass to Java to disable, or something we can put in the clj-cctray library to tell it not to check. We should prefer not adding config to load nevergreen.

@joejag joejag added the bug Something isn't working as expected label Dec 3, 2014
@GentlemanHal
Copy link
Member

Currently we just pass the url to clojure.xml/parse

@joejag
Copy link
Contributor Author

joejag commented Dec 7, 2014

This can be closed when clj-cctray 0.5.0 is released

@joejag joejag closed this as completed in a1eaf23 Dec 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

2 participants