Site showing insecure even after renewing certs

There is your answer.

You don’t have a vHost with emcards-stg.venuetize.com.

1 Like

Thank you soo much. Both the websites seems to work now. I updated my ssl.conf and it seems to work fine. Thank you once again. Appreciated!

2 Likes

OK I may not be well up on this but I can still browse to the sites using http://
What I would have expected to see would have been some form of permanent redirect back to the sites using https://
Not sure if using apache but something in your Vhosts conf along the lines of :-

<VirtualHost *:80>
ServerName emcards-stg.venuetize.com
Redirect Permanent / https://emcards-stg.venuetize.com/

Then visitors would always be pushed to using https://

Adrian

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.