无法使用Wiremock访问https请求

时间:2018-12-13 20:32:21

标签: https wiremock proxy-server service-virtualization

我在独立模式下使用Wiremock作为命令行实用程序。

我将其用作http和https代理服务器。我已经在公司代理服务器后面,所以现在我的流量必须经过两个代理服务器才能到达目标网站。

根据wiremock documentation,可以使用以下命令来实现-

java -jar wiremock-standalone-2.19.0.jar --enable-browser-proxying --https-port 8443 --proxy-via Corporate.proxy.com:8080 --print-all-network-traffic < / p>

我能够访问http流量。但是,当我尝试访问https流量(例如-https://www.google.com)时,我收到消息-该页面无法显示。

此页面无法显示

•确保网址https://www.google.com是正确的。 •使用搜索引擎查找页面。 •请在几分钟后刷新页面。

请告知。

0 个答案:

没有答案