Skip Navigation

[Resolved] new SSL certificate is causing View links to break

This support ticket is created 4 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Shane 4 years, 3 months ago.

Assisted by: Shane.

Author
Posts
#1752803

My host (Bluehost) offers free SSL certificates for WordPress sites - so I activated it for nmi.org and writingmusicaltheatre.com

They did something on the server side to make it re-direct when someone types hidden link - it goes to the right (secure) page - even though you don't see either http or https in the URL.

BUT this doesn't seem to work with links from views!

Within my Views, I often have

A clarification - I changed the link inside the view to read:


Shane

Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Elise,

Thank you for getting in touch.

Based on what you are saying, you have hardcoded all your links in the view to use 'http:'. The best way I see of fixing this is through the database itself to do a find and replace on your database and replace all the http with https.

Failing this the next best thing is to edit your links individually in each view to update them with the https.

Thanks,
Shane