ubuntu - Java SSL Certificate Cache - clear -
i'm using jenkins , setup new atlassian stash git repo using https. want stash , jenkins talking (report build info). dont since enabling https on stash instance.
there error certificate (the wrong 1 beingness used - i.e. cert different domain). problem corrected, clients can connect including running curl/wget box.
jenkins running on ubuntu 14 bundled jetty server.
whenever jenkins tries connect git.int.company.com throws next error
javax.net.ssl.sslexception: hostname in certificate didn't match: <git.int.company.com> != <jira.int.company.com> or <jira.int.compant.com> or <www.jira.int.comapny.com>
this sounds somewhere java has cached cert git.int.company.com. have tried restarting jenkins, restarting box no luck. how can clear ssl certificate cache in java/jenkins/jetty?
bit old now, @ guess need update .csr referenced in truststore
http://serverfault.com/questions/392879/clearing-java-certificates-cache-force-reload-certificates
java ubuntu ssl jenkins jetty
No comments:
Post a Comment