question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wiremock client can't connect to server over proxy.

See original GitHub issue

We 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:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
tomakehurstcommented, May 2, 2017

Cool. I’ve merged it. Will release once I’ve got one or two other bits added.

0reactions
tomakehurstcommented, May 2, 2017

No, it’ll be in the next release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found