Hello Everyone , We are starting wiremock standal...
# help
n
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
Hi @Nish J you’re pretty close, just remove the
--port
parameter and you should be good.