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

Nish J

06/30/2023, 3:32 PM
Hello Everyone , We are starting wiremock standalone using this command CMD java $JAVA_OPTS -Xmx4096m -cp /var/wiremock/lib/*:/var/wiremock/extensions/* com.github.tomakehurst.wiremock.standalone.WireMockServerRunner --no-request-journal --disable-http --https-port 8080 --port 8080 --verbose --local-response-templating. Question is wiremock still response with HTTP, How to configure wiremock to response with HTTPS only. Thank you in advance
t

Tom

06/30/2023, 3:53 PM
Hi @Nish J you’re pretty close, just remove the
--port
parameter and you should be good.
3 Views