Hi,
Production code I'm trying to write junit 5 with WireMock test for is calling ssl secured third party rest api through http proxy specified. I configured 2 WireMock instances. One to simulate proxy and another for target system. However I'm getting bad certificate or broken pipe exception in the log. As far as I investigated looks like the certificate sent by the client is not reaching target system wiremock.
Couldn't find an example of http to https proxing setup in the instructions. Maybe someone had similar use case and can provide one?
Thanks a lot.