Hi
I am having problem with installing ssl for my store. I purchased the ssl and host installed for my domain. I changed the setting use ssl in admin area. Also configured the https in config file in public_html/admin/config.php.
ssl works fine when go to https://yourdomain.com/admin ( it shows the green mark next to url as secured )
Same when i got to https://yourdomain.com/index.php ( it doesn't show green mark but all the images are loading fine ) Even the checkout area and user login area is not showing the encrypted, instead showing unsecure connection.
can anyone help me please.
thank you
I am having problem with installing ssl for my store. I purchased the ssl and host installed for my domain. I changed the setting use ssl in admin area. Also configured the https in config file in public_html/admin/config.php.
ssl works fine when go to https://yourdomain.com/admin ( it shows the green mark next to url as secured )
Same when i got to https://yourdomain.com/index.php ( it doesn't show green mark but all the images are loading fine ) Even the checkout area and user login area is not showing the encrypted, instead showing unsecure connection.
can anyone help me please.
thank you
@kiran_kumar, another suggestion - try viewing your site in Firefox. Click the space in the address bar where the green bar/padlock should be > More information > Media tab. This will show if any images are unsecured. If that's not the problem, look in your source code to see if any scripts are coming from an external unsecured source - eg, http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js
This is the best I can do without a link to your store - hope it helps.
This is the best I can do without a link to your store - hope it helps.
@Moggin
yes, two scripts are coming from http://
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jq ... "></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jq ... "></script>
and one image from http://.
can you tell me the solution
thank you
yes, two scripts are coming from http://
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jq ... "></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jq ... "></script>
and one image from http://.
can you tell me the solution
thank you
You can fix the google jquery scripts by removing the http: - for example-
The non-secure image should be referenced with a relative URL if possible, eg
- hope this helps
Code: Select all
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
Code: Select all
<img src="images/mypic.png">
Who is online
Users browsing this forum: No registered users and 72 guests