Add option to disable certificate check

Issue #16 resolved
mjensenbitbucket-bot created an issue

Deploy JIRA Plugin Task:

By default, the http client implementation requires a valid* certificate if you are deploying to a host using https.

(* where valid means its authoritative source is visible from your key store)

If that host is not validated in the default java certificate store (which is very possible as its very out of date) then your connection will not work and your deploy will fail.

You can get around this by adding certificates to your agent's store but that is expensive to maintain, an option to disable the certificate check through the plugin UI would be desirable.

Comments (3)

  1. mjensenbitbucket-bot reporter
    • edited description
    #!
    
    Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    23-Sep-2013 01:05:28            at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:352)
    
  2. Log in to comment