Shape 5

General Category => Joomla Talk => : orpheus77 June 29, 2018, 03:58:11 AM



: HTTPS Errors in Internet Explorer
: orpheus77 June 29, 2018, 03:58:11 AM
Hi,

I moved my site complete to https, but Internet Explorer says that there are unsecure parts.

Any ideas?

br Stefan


: Re: HTTPS Errors in Internet Explorer
: jonahh June 29, 2018, 10:53:03 AM
Hello,

You can view the site source via your browser and do a search for "http://" to see what entities are still not secure and then update them.


: Re: HTTPS Errors in Internet Explorer
: orpheus77 July 01, 2018, 11:35:44 PM
Hi and thanks for Your answer.

I have found the following lines with http links:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-DE" lang="de-DE"
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open Sans" />
addTips: true,/*adds MooTools built in 'Tips' class to each element (see: http://mootools.net/docs/Plugins/Tips)*/
<a title="shape5.com" href="http://www.shape5.com" target="blank" id="s5_shape5_logo">[/url]

Do You have in idea how I can fix these links?

Br Stefan


: Re: HTTPS Errors in Internet Explorer
: jonahh July 02, 2018, 10:41:44 AM
Hello,

You may just need to update your version of Vertex. Are you running 4.2.0 on your site?


: Re: HTTPS Errors in Internet Explorer
: orpheus77 July 02, 2018, 11:51:11 AM
Hi,

yes, I'm running on 4.2.0


: Re: HTTPS Errors in Internet Explorer
: jonahh July 03, 2018, 11:41:09 AM
Ok so:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-DE" lang="de-DE"
This I am not sure. This is not from our templates as far as I know. If it is you will see it in the index.php file and you can remove this.

<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open Sans" />
This should be in the index.php file of the template. Just open up and just remove "http:"  Leaving it just starting with the //

addTips: true,/*adds MooTools built in 'Tips' class to each element (see: http://mootools.net/docs/Plugins/Tips)*/
This code is commented out and shouldn't affect the secure notifications

<a title="shape5.com" href="http://www.shape5.com" target="blank" id="s5_shape5_logo">
This should be in the index.php file of the template. Just open up and just remove "http:"  Leaving it just starting with the //


: Re: HTTPS Errors in Internet Explorer
: orpheus77 July 05, 2018, 02:15:04 AM
Hi,

site is clean now - many, many thanks for your help!!!!!!

br Stefan