Announcement

Collapse
No announcement yet.

Untrusted view to connect news.espocrm.com when ECRM is on https server !

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Untrusted view to connect news.espocrm.com when ECRM is on https server !

    Dear Forum,

    I get the next error ( see the screendump) when I use the program in the production mode from a HTTPS (SSL) secure server.
    What will be the best to do ?

    Bring the site in unsecure pages .. or change something in de source code ?

    regards,
    Eric

    Click image for larger version

Name:	Error_untrusted_site.jpg
Views:	340
Size:	71.4 KB
ID:	4431

  • #2
    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


    • #3
      runtim, thanks for reply - I removed the the iframe code out the source file.
      The app is working fine again ..

      Comment

      Working...
      X