When using the Apache HttpComponents HttpClient library (4.0.2) I'm having a problem where the certificate doesn't get validated properly. The certificate is valid for the domain name (let's call it example.com) ...
The goal is checking that an application is running on a given server. Some kind of license check.
Ideally the license will contain an IP address, and some Java code will check ...