Tag: 混合内容

无法构buildwebsocket

在浏览器上运行应用程序时,我在控制台中看到了这个错误。 我已经docker化我的应用程序,并使用https的nginx代理。 我知道这是要求我打开端口53703,但我没有得到在哪里打开aws或docker运行命令中的端口? 我也通过aws使用它。 Mixed Content: The page at 'https://xuz.xyz.com/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://xuz.xyz.com:53703/'. This request has been blocked; this endpoint must be available over WSS Mixed Content: The page at 'https://xuz.xyz.com/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint […]

在https上运行sentry.io本地docker实例

我经历了如何在本地安装sentry.io的教程。 目前,我有一个https网站,在教程中,我最终得到了一个关于http的端点,docker通过使用这个标志来提供端点: –publish 9000:9000 到目前为止,这是我坚持的地方: https://docs.sentry.io/server/installation/docker/#starting-the-web-service 由于我想在https上连接到一个http端点,所以我得到一个mixed content错误。 当sentry.io客户端(Raven)试图连接到我的docker实例。 我怎么能连接到我的docker实例在https或者我该如何解决这个问题?