Validating link in post-inspector linkedin in gives server error

后端 未结 1 761
没有蜡笔的小新
没有蜡笔的小新 2021-01-20 12:30

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-bellens

相关标签:
1条回答
  • 2021-01-20 13:14

    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.

    0 讨论(0)
提交回复
热议问题