thx / rap2-delos

阿里妈妈前端团队出品的开源接口管理工具RAP第二代
http://rap2.taobao.org
MIT License
7.65k stars 1.35k forks source link

https部署工程不能访问 #791

Closed sysail closed 3 years ago

sysail commented 3 years ago

BUG描述 使用https部署工程,页面无法加载,报错如下: Account.ts:6 Mixed Content: The page at 'https://rap2.xxx.com/' was loaded over HTTPS, but requested an insecure resource 'http://rap2.xxx.com:38080/account/info'. This request has been blocked; the content must be served over HTTPS.

Bosn commented 3 years ago

前端用了https,后端服务也必须用才行

sysail commented 3 years ago

解决了,谢谢!