https://linen.dev logo
#help
Title
# help
j

Jackie chen

11/13/2023, 3:13 AM
@Tom would it be possible for an app to send http to wiremock while https is set as proxyBaseUrl to forward https connection? I wonder the corporate proxyVia cannot be https in this case as wiremock sets something like export http_proxy instead of https_proxy
t

Tom

11/13/2023, 10:38 AM
You can set up a proxy stub to an HTTPS target then call it over HTTP, although this is reverse proxying rather than forward as you’d be hitting the WireMock hostname as the endpoint from your client.
j

Jackie chen

11/27/2023, 1:05 PM
@Tom but proxyVia can be only http for the corporate proxy to connect to the external, while i need it as https. I have tested it but it didn’t work.
t

Tom

11/27/2023, 3:04 PM
I’m not sure what you mean - proxyVia should work for HTTP or HTTPS targets. Can you share the details of the issue you’re seeing?