How to Ignore Certificate Errors in Apache HttpClient 4.5

Typically, a developer will use self-signed certificates on his local machine or in development stage of the project. HttpClient (and web browsers) will not accept untrusted connections, by default. However, we can configure the...