English 中文(简体)
HTTPS 和共享
原标题:HTTPS and share

我正以Facebook整合方式撰写视频流阅网站。 我们使用元标签共享视频。 我最近为我的网络服务器创建了 ssl 。 我最近为我的网络服务器创建了 ssl 标签, 这样我就可以使用 og 标签, 使用安全的浏览方式为Facebook用户提供共享视频。 直到所有突发的Facebook都无法从我的网站上再获取任何 https 内容之前, 一切都很好。 我无法调试问题, 因为Facebook没有显示任何错误, 为什么它不能使用我的 ssl 。 我看不到我的网络服务器日志中的任何错误, Facebook调试工具也没有给出任何细节 。 我可以通过浏览器打开 https url, 但Facebook似乎对此有问题 。 我的 < a href=" https://tv-fa. com/index. php/ tavices/frontend/vices/show_ tavial/6" rel= "nofol" > ur < / a >

问题回答

I have parsed two urls on the Facebook OG Debugger. The report is this:

HTTP要求 - 无错误(工作罚款)

HTTPS 要求检查 - OG 图像错误

<强 > ERROR:

Unable to download og:image: The image referenced by the url of og:image tag could not be downloaded.

既然你的SSL是可疑的, 它似乎就是为什么它不起作用的原因。





相关问题
How should I use https in Ruby on Rails

I m developing an application in Rails (2.3.4) and there are some parts that need to run over a secure protocol, for example, the login form, the credit card form, etc. How can I do just these pages ...

How to open a stream to httpS URL

I want to open a stream to a httpS URL and read the data. Kindly let me know how to do it. Regards Chaitanya

direct http to https on certain pages?

Hi I have added the below code to .ht access but how can I add another page to this? such as login.php also if the user types in www. they get a "untrusted connection" as the SSL is only valid ...

See what content is not sent over HTTPS

I created a page that is HTTPS only. On my browsers, I always get a warning that the page includes resources that are not secured. I just can t find out why! Looking at the source code seems fine. All ...

C# maintaining session over HTTPS on the client

I need to login to a website and perform an action. The website is REST based so I can easily login by doing this (the login info is included as a querystring on the URL, so I dont t need to set the ...

热门标签