Validating link in post-inspector linkedin in gives server error

北慕城南 提交于 2019-12-10 19:50:36

问题


When i try to validate the following page in the post inspector: https://www.cicomcopier.nl/nieuws/cicom-copier-levert-bijdrage-aan-de-ontwikkeling-en-realisatie-van-bellenschermen-tegen-verzilting-a-dam-rijnkanaal-en-noordzeekanaal/

I get the error: We encountered a server error while trying to inspect the URL.

and on the URL redirect trail i get: 0 undefined

I have no idea where to start debug this, is this a error on our side or linkedin side? when i debug the URL using the facebook graph debugger everything seems to be right.


回答1:


The problem in the end was the server from where I did the request wasn't setup correctly. Because from my side the site had a ssl installed and needed to do a ssl handshake with the LinkedIn server.

LinkedIn is made in java, and java has a more strict policy in validating the handshake. Because from my server setting the hostname for the ssl was not communicated correctly to LinkedIn there server did not validate the ssl and therefore could not connect to our server and receive a response. This ending in a unknown error on LinkedIn end of the site.



来源:https://stackoverflow.com/questions/52332742/validating-link-in-post-inspector-linkedin-in-gives-server-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!