Hi. I’m using wiremock inside a corporate network ...
# help
t
Hi. I’m using wiremock inside a corporate network with the --proxy-via option. That works fine. But some hosts are inside the network and not accessible by the corporate proxy. Does anyone know how I can make Wiremock access them directly? I’m thinking about something like the behavior of the NO_PROXY variable
I was able to achieve this by setting http.proxyHost/Port and http.noProxyHosts withert the --proxy-via parameter but then my certificates specified by --https-truststore seem to be ignored