问题背景:
-全内网环境
现象描述:
1、服务器A可以正常访问嵌入的服务器B的URL(https://B:443/), 但是访问API失败(https://B:443/api) 比如登录接口(https://B:443/api/login), F12的Console报错 POST https://B:443/api/login net::ERR_CONNECTION_TIMED_OUT
2、nginx日志貌似没有看到API相关的log
问题求助:
1、跟A与C间的通信是否有关?有无必要放通网络策略?