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