SSL: padlock doesn't appear on our discourse installation

Hello!

I’m finally getting ready to launch our Discourse site and installed an SSL cert today. It appears to be working just fine, but the green padlock doesn’t appear on desktop and the lock doesn’t appear on mobile. Here’s the site https://community.miraclesarehappening.org/

I used a Godaddy cert and concatenated the two files that came with the download:
65c7a7ba49dcc2a0.crt (this is the root)
gd_bundle-g2-g1.crt (this is the intermediate)

cat 65c7a7ba49dcc2a0.crt gd_bundle-g2-g1.crt > ssl.crt

Does it look like I did something wrong?

Thanks!

Holden

The logo is using http. Can you change it to https, or relative url?

5 Likes

Bingo! Thanks Rafael! I didn’t think of that. Problem solved :slight_smile:

3 Likes