How do redirect https:www to https

i has setup ssl for my Ghost blog.
But when vistit https://www.raozat.com then Your connection is not private.

How to config ssl for https://www.raozat.com redirect to https://raozat.com.

Thank so much!

1 Like

You need to set up A records for both with your DNS.

Then, use Nginx to redirect all www request to non-www with a 301 permanent redirect:

Read this thread. It may be exactly what you are experiencing.