vidmarc Posted April 16, 2018 Share Posted April 16, 2018 I've now changed our site to SSL, but when activated the browser shows an alert indicating that parts of the site (images etc) are not secure. How do I fix this? Thanks. Quote Link to comment Share on other sites More sharing options...
Al Brookbanks Posted April 16, 2018 Share Posted April 16, 2018 Just remove any insecure absolute URL's from source code. Your browser inspector tool will help but there are also online tools like https://www.whynopadlock.com/ Quote Link to comment Share on other sites More sharing options...
vidmarc Posted April 16, 2018 Author Share Posted April 16, 2018 Thanks Al. Can you help with this one? Quote You currently have TLSv1 enabled. This version of TLS is being phased out. This warning won't break your padlock, however if you run an eCommerce site, PCI requirements state that TLSv1 must be disabled by June 30, 2018. Quote Link to comment Share on other sites More sharing options...
bsmither Posted April 16, 2018 Share Posted April 16, 2018 (edited) The TLS functions are a library that comes with PHP, and is also baked into the installed CURL extension, and may also be baked into other applications, and are also generally a part of the server operating system and is available to apps that need it. CubeCart does not have its own TLS library. CubeCart relies on PHP having CURL, so CURL needs to be at the latest version. Please consult with your hosting provider to have them get your PHP (at least the CURL extension) updated. Edited April 16, 2018 by bsmither Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.