Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAsfar Anjum
4,010 PointsSSL not working on my WordPress Website
SSL not working properly on my website pockettailors.com please tell me what to do
Asfar Anjum
4,010 PointsThankyou very much ?
1 Answer
Jennifer Nordell
Treehouse TeacherHi there! When I connect to the site you mentioned I get a coming soon page. And it connects through http. However, I can choose to enter https and the name of your site and it does indeed pull up the same version of your site over https. I can even view the certificate. Are you perhaps missing a redirect that forces the traffic over https?
Or have I misunderstood the question? You posted this in the SQL section. Did you mean SQL or SSL?
Hope this helps!
Asfar Anjum
4,010 PointsBut SSL is not working properly as you can see there is not written secure and a lock is also missing
Jennifer Nordell
Treehouse TeacherAgain, it works for me. The lock is present. But I have to explicitly type it with the https protocol present. I have to type https://www.pockettailors.com. When I do that, it goes to your site with the lock and the certificate present and valid. What you need is a redirect that points from the http to the https version if you want to force traffic over https.
On a side note, I'm moving this thread to the "General Discussion" board as it has more to do with networking and Information Security than SQL
Asfar Anjum
4,010 PointsCan you please tell me what page rule i need to add to force on https as i am using ssl of cloudflare
Jennifer Nordell
Treehouse TeacherIt's not a page rule and has nothing to do with it being WordPress. This is related to how the server directs traffic to your site. You should check with the site that's hosting your webpage about how to force traffic over https by redirecting all http traffic to the https version
Asfar Anjum
4,010 PointsThanks for you help my hosting provider is aws amazon do you know how to force https on this provider?
Jennifer Nordell
Treehouse TeacherNo, I do not. However, the best place to start is always the documentation.
Asfar Anjum
4,010 PointsAsfar Anjum
4,010 PointsThankyou very much ?