Hi Alex,
Thanks for your reply. All the og:image links are indeed https and I know that other https-sites work well with LinkedIn. But strange enough, our website
www.comex.eu does not and I have no idea what causes this.
For easier testing without having troubles with the cache of linked-in I have created 5 URLs that you can use:
www.comex.eu/test1
www.comex.eu/test2
www.comex.eu/test3
www.comex.eu/test4
www.comex.eu/test5
but of course any other URL on our website shows the same effect, if they have an og:image tag (did not yet put a default image in the configuration).
Here is our standard-rewrite rule for https, at the moment the special LinkedIn part is disabled:
# Rewrite all to https - except LinkedIn
RewriteCond %{HTTPS} off
#RewriteCond %{HTTP_USER_AGENT} !linkedinbot [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [L,R=301]
If I enable the LinkedIn part "RewriteCond %{HTTP_USER_AGENT} !linkedinbot [NC]" http requests coming from LinkedIn are not rewritten and I can correctly share articles if I use the http-link in LinkedIn.
Funny enough the problem is only with LinkedIn. Facebook, Twitter and Google+ show no problems.
Regards,
Axel