服务启动时调用其他的微服务
或者接口调用其他服务时,使用域名地址,但是地址用的http协议,会有报错
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
只需将调用接口的http协议改为https协议即可
服务启动时调用其他的微服务
或者接口调用其他服务时,使用域名地址,但是地址用的http协议,会有报错
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
只需将调用接口的http协议改为https协议即可