https facebook

Discussion in 'Server Operation' started by happz, Jun 9, 2013.

  1. happz

    happz Member

    Hello, I just made a facebook page and app and it requires: Secure Canvas URL ie https://tomysite.com so what I did was login to ispconfig and add SSL to the domain I'm using on facebook. I then added a few lines from FAQForge:
    Code:
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} 
    This works but here's my issue. On chrome I get the message that the site is not safe..and IE it warns the certificate isn't trusted.

    My Question- How to make it trusted so I can move on? :)

    Thx, Happz
     
    Last edited: Jun 9, 2013
  2. TiTex

    TiTex Member

    get a public cert from godaddy or some other
     

Share This Page