[英]nginx redirection from HTTPS to HTTP
我有一个WireMock应用程序在本地运行并暴露于 http。 And, I am able to access the wiremock server at http://localhost:8090/user/test
I am trying to use nginx to redirect https CLIENT call to backend wiremock http ie http://localhost:8090/user/test
I已尝试使用以下nginx.conf
设置,但会引发以下错误。
错误:
curl -X POST https://localhost
curl: (60) Peer's certificate issuer has been marked as not trusted by the user
:
:
:
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.