Testing HTTPS Connections with Apache HttpClient 4.2
In this article I am going to show how to unit test a HTTPS endpoint using Apache HttpClient. In addition I will show how to set up a HTTPS endpoint using the Mule ESB as a mock HTTPS server. The example in this article is limited to showing how the client will assert the identity… Read More »