简体   繁体   English

Twitter Digits Web CDN SDK重定向到不安全的CDN URL

[英]Twitter Digits Web CDN SDK redirecting to insecure CDN URL

We have integrated Twitter Digits on our site using their following CDN SDK link 我们使用下面的CDN SDK链接将Twitter Digits集成到了我们的网站上

https://cdn.digits.com/1/sdk.js https://cdn.digits.com/1/sdk.js

Sometimes internally it is redirected to following link. 有时在内部将其重定向到以下链接。

https://cdn-o.digits.com/1/sdk.js https://cdn-o.digits.com/1/sdk.js

Since this URL is ENSECURE I get following error, so the Digits is not defined. 由于此URL是ENSECURE ,因此出现以下错误,因此未定义数字。

GET https://cdn-o.digits.com/1/sdk.js net::ERR_INSECURE_RESPONSE

Seems the issue with digits CDN. 似乎数字CDN有问题。

or is there any way I can resolve this issue? 还是有什么办法可以解决这个问题?

This was happening because of WordPress HTTPS plugin. 这是由于WordPress HTTPS插件而发生的。

We uninstalled it and everything started working normal. 我们将其卸载,一切开始正常运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM