mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 23:15:55 +03:00
[GH-ISSUE #69] 部署SSL证书后出现500错误 #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Alloy81284 on GitHub (Aug 22, 2023).
Original GitHub issue: https://github.com/imsyy/SPlayer/issues/69
如题,无SSL情况下正常使用,部署了SSL后,访问https就会出现500错误,如果是http就正常使用
@imsyy commented on GitHub (Aug 24, 2023):
api 的地址是 https 吗
@depression-hs commented on GitHub (Aug 24, 2023):
api也要添加ssl并且开启cdn吗,然后再给站点加上ssl开启cdn,这样就不会出现500的情况了吗
@imsyy commented on GitHub (Aug 24, 2023):
是的,站点开启 https 后,api 也必须是 https,要不然会触发浏览器的安全机制,造成 CORS 问题