jasonklarsen / trick-knee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency on JDK6 to get certs for SSL

jasonklarsen opened this issue · comments

Through a funny bit of self-inconsistency.... TravisCI fails to connect over SSL to itself at api.travisci.com... :) Technically, this is due to JDK7 removing ca-certs from the jdk though, not Travis' fault.

I think that I will need to create truststore with the necessary certs for Travis. Needs further investigation.