Reputation: 3
My cert appears to be valid but on the registration page I see an insecure connection warning. Other pages of the site are secure.
Upvotes: 0
Views: 70
Reputation: 372
There should be three cases for your query:
Solution:
If your page is running on other domain name either sub domain or totally different domain name and if requirement to secure only that domain name then take other single domain SSL certificate to secure only registration page.
Solution:
Enable SSL certificate for your registration page,if you forgot to include that page. Also use jitbit ssl tool to find that are there other http urls remain on which the same SSL has not enabled. If found any then enable SSL on them too to avoid mixed content warning.
Solution:
Checkout reference link how to deal with secure and non secure content warning.
Upvotes: 0
Reputation: 5819
Check the console in your browser (F12) for warnings. You probably have resources (CSS/ scripts/ images) served over insecure HTTP on that page.
Upvotes: 1