Announcement
Collapse
No announcement yet.
Untrusted view to connect news.espocrm.com when ECRM is on https server !
Collapse
X
-
scdzaak, that is an iframe to news.espocrm.com in client\res\templates\admin\index.tpl
<iframe src="//news.espocrm.com" style="width: 100%; height: 640px;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
The iframe is setup to use https or http by just using // but the SSL cert for news.espocrm.com is only for www.espocrm.com which is why you are receiving the error.
yurikuzn just needs to update his ssl cert so that you don't receive an error. I think it's important to view EspoCRM's tweets for important updates, so I would not outright suggest removing the iframe code, but if it's bothering you, I'd temporarily remove it until it's updated.
Comment