Community Forums › Forums › Archived Forums › General Discussion › is there an ssl expert in the house?
Tagged: SSL, WooCommerce
- This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago by handsun.
-
AuthorPosts
-
February 28, 2017 at 1:10 pm #202197handsunParticipant
Hi, I am stuck, this theme (not genesis) has content displaying as insecure no matter what "plugin" I try and use, even after enabling the "capture" mode on SSL Insecure Content Fixer (next to the strongest mode)
For now I have taken the https off of the wp settings page (I also read that https pages cannot be cached and so enabling it sitewide might slow site down) and just enabled ssl on woocommerce, but it still shows as insecure content because the primary navigation links are not picking up the https and I cant find where they are hard coded. I was thinking of trying this which I found in a blog post to make all urls relative:
(but the site is live during the day and since I am not quite sure what this will do I dont want to bring it down during business hours!)function make_href_root_relative($input) { return preg_replace('!http(s)?://' . $_SERVER['SERVER_NAME'] . '/!', '/', $input); all this is still showing as insecure: anyone know where I would change links at to fix this? (this is basically the main navigation) <a href="http://tbreds.net" > <a href="http://tbreds.net/all-auctions/" > <a href="http://tbreds.net/view/agents/" > <a href="http://tbreds.net/view/reproductive-specialists/" > <a href="http://tbreds.net/view/equine-shippers/" > <a href="http://tbreds.net/view/syndicates/" > <a href="http://tbreds.net/view/thoroughbred-trainers/" > <a href="http://tbreds.net/view/veterinary-firms/" > <a href="http://tbreds.net/my-account" > <a href="http://tbreds.net/?page_id=270&edit-account" > <a href="http://tbreds.net/?page_id=270&edit-address" > <a href="http://tbreds.net/?page_id=270&customer-logout" > <a href="http://www.tbreds.net/consignors" > <a href="http://www.tbreds.net/consignors" > <a href="http://www.tbreds.net/consignors" > <a href="http://www.tbreds.net/consignors" > <a href="http://tbreds.net/contact/" > <a href="http://tbreds.net/contact/" > <a href="http://tbreds.net/contact/" > <a href="http://tbreds.net/contact/" > <a href="http://www.faaeh.com" > <a href="http://tbreds.net/my-account/my-watchlist/" > <a href="http://tbreds.net/about/payment-options/" > <a href="http://tbreds.net/all-auctions/" > <a href="http://tbreds.net/view/agents/" > <a href="http://tbreds.net/consignors/" > <a href="http://tbreds.net/view/reproductive-specialists/" > <a href="http://tbreds.net/view/equine-shippers/" > <a href="http://tbreds.net/view/syndicates/" > <a href="http://tbreds.net/view/thoroughbred-trainers/" > <a href="http://tbreds.net/view/veterinary-firms/" > <a href="http://tbreds.net/forms/reproductive-status-affidavit/" > Unsecured Images: <img src="http://tbreds.net/wp-content/uploads/2016/08/livechattbredslogohorizontal1.png" > Unsecured CSS/Scripts/Style Sheets: <span class="caret" background-image="url("http://www.tbreds.net/wp-content/uploads/2016/05/Forma-1-copy-12.png")" > <span class="caret" background-image="url("http://www.tbreds.net/wp-content/uploads/2016/05/Forma-1-copy-12.png")" > <span class="caret" background-image="url("http://www.tbreds.net/wp-content/uploads/2016/05/Forma-1-copy-12.png")" > <span class="caret" background-image="url("http://www.tbreds.net/wp-content/uploads/2016/05/Forma-1-copy-12.png")" > <span class="caret" background-image="url("http://www.tbreds.net/wp-content/uploads/2016/05/Forma-1-copy-12.png")" > <div class="wplc_left_logo" background-image="url("http://tbreds.net/wp-content/uploads/2016/12/icon_email_office-3.jpg")" > }
https://tbreds.net/cart/February 28, 2017 at 1:19 pm #202199Victor FontModeratorIf you changed the URLs on the General Settings page and redirected site requests to https in htaccess, the only other thing to try is https://www.whynopadlock.com/.
The http links are probably in content in wp_posts, wp_post_Meta or even wp_options. Use a plugin like Better Search and Replace to change the links. You won't be able to change serialized arrays in MySQLAdmin. Better Search and Replace will handle serialized content for you without breaking the site.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?March 4, 2017 at 11:16 am #202458handsunParticipantThank you Victor for your input, I ended up finding the last hiding url through using Better Search and Replace, the div class, to locate the php that was calling an insecure url in one of the plugins, it definitely was along drawn out process, but all done, and I feel much more confident about going SSL now! Thanks again, CArin
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.