Recently posted a question regarding the HttpClient over Https (found here). I\'ve made some headway, but I\'ve run into new issues. As with my last problem, I
HttpClient
Just adding -Dtrust_all_cert=true to VM arguments should do. This argument tells java to ignore certificate checks.
-Dtrust_all_cert=true