Jump to content

SSL Certificate


Recommended Posts

Hi,

 

Just received my ssl certificate. However when I visit my home page http://www.uniqjewelrydesigns.com it does not show the connection is encrypted. I have changed the settings in preferences/general to enable SSL but it only shows in the cart and not on the home page. Is there something else I need to do? 

 

Thank You in advance 

Missy 

Edited by Uniq (see edit history)
Link to comment
Share on other sites

Hi,

 

Thank you for the link. So I guess it can't be done unless I upgrade which I can't do. It seems like the opening page ought to show ssl. If it were myself visiting a website to purchase something. That alone would deter me and I would leave the page, let alone get to the cart. Bummer

Link to comment
Share on other sites

Hi Vekia,

 

I am using 1.5.4.1. and I am afraid to upgrade as I made so may changes to the theme. I can't restart now. At Bill lol re: Amazon ! Also after adding an item to my cart and click checkout it brings me to the next page which is secure, however the cart is now empty?

Edited by Uniq (see edit history)
  • Like 1
Link to comment
Share on other sites

I believe the theme. I made changes to borders and added alot of things. So I am afraid if I upgrade it will default. I know some of the files in my cpanel stated do not edit this file if you wish to upgrade and I did. So I'm abit worried I will crash my site by upgrading

Edited by Uniq (see edit history)
Link to comment
Share on other sites

Very nice site, but I notice a few problems in the theme related to using SSL.

 

You can see this on pages that PS make use of SSL, for example your contact page,

https://www.uniqjewelrydesigns.com/contact-us

 

It is giving errors because your theme uses scripts that are calling content using absolute addressing. for example,

<!-- /Block Newsletter module-->
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

You will need to track down these urls and change them from http to https.

 

Links that are relative, for example,

(adsbygoogle = window.adsbygoogle || []).push({});
</script><link href="/modules/bannermanager/bnrmanager.css" rel="stylesheet" type="text/css" />

These do not need to be changed because they will automatically be appended to the correct SSL domain.

 

Links that go to other pages are fine as http, but any link that calls a resource such as a graphic or script or css must be relative or if absolute must use https.

 

This would be the case even if you upgraded to use SSL on all of your pages. This is not a fault of PS. This is a fault of your theme. It is not hard to fix. Usually clearing up the problem for the contact page will kill most of the problems site wide.

  • Like 1
Link to comment
Share on other sites

Ok but however I am still having the issue of the cart this only occured after setting the site to SSL. if you try and add something to cart it will, but the second you hit check out it will disappear? Any ideas on that? Seems to happen on chrome but not mozilla

Edited by Uniq (see edit history)
Link to comment
Share on other sites

I gave it a try, other than the dirty SSL I mentioned above your cart is working fine. You do have a problem with your PayPal module, the error is,

 

Token required, please check for any Javascript error on the payment page.

 

Are you sure the proper API keys have been entered in your PayPal module?

Link to comment
Share on other sites

×
×
  • Create New...