Ssl certificate not recognized

I installed ssl cert on my server using ghost setup ssl. The process was success. I can access the site via https.
But in membership setting, it says that my site does not have ssl.

It seems like your url is configured as http instead of https :slight_smile:

You can fix this by running:

ghost config set url https://your.site  # Replace your.site with your actual url
ghost restart 
1 Like