Wiremock client can't connect to server over proxy.
See original GitHub issueWe have a standalone Wiremock server in a test environment which is available only via http proxy.
I’d be good to if the wiremock client had configurable http proxy.
e.g.
Wiremock.configureFor("wiremock_server_remote", 8080, new ProxySettings("proxy_server", proxyPort));
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Wiremock client can't connect to server over proxy. · Issue #657
We have a standalone Wiremock server in a test environment which is available only via http proxy. I'd be good to if the...
Read more >Proxying and proxy stub mappings - WireMock
We strongly recommend using WireMock over HTTP to proxy HTTPS; there are no associated security concerns, and proxying HTTPS over HTTPS is poorly...
Read more >WireMock error while trying to mock an HttpClient with Proxy
I am trying to use WireMock to run my http client tests and mock the responses for the API. However, I could not...
Read more >How to proxy to an SSL endpoint that expects client certificate ...
I am running wiremock at a SSL port using a default certificate and proxying to an endpoint that expects client cetificate for authentication:....
Read more >Wiremock Stubbing, Stub Verification And Proxying With ...
Here are the steps: #1) Start the Wiremock server standalone jar using the below command. java -jar wiremock-standalone-2.25.1.jar.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Cool. I’ve merged it. Will release once I’ve got one or two other bits added.
No, it’ll be in the next release.