VirtueMart Forum

VirtueMart 2 + 3 + 4 => Security (https) / Performance / SEO, SEF, URLs => Topic started by: SSB on June 15, 2018, 09:21:40 AM

Title: HTTPS in Shop not working
Post by: SSB on June 15, 2018, 09:21:40 AM
Hi,

we recentely set up a new web page including an online shop and are now looking forward to publishing the new web page... However, we are still experiencing problems in the web shop area:

- After putting an item in the shopping cart, we are shown a popup with the status message that the item has been added to the cart. Part of the popup is a "show shopping cart" button. It's possible to click this button, however nothing happens afterwards.
- For some reason we are also having constant problems when calling any websites with "https". After entering the shopping cart it is not possible to click on the buttons to enter a shipping or billing address. The website always return a ERR_CONNECTION_TIMED_OUT message. Interestingly, the website can be called, as soon as I manually turn the https into an http in the address bar.

This has been the case using different templates, so at this stage I believe the issues must be somewhere else. Is this a server problem of any sort or can this be fixed in the Joomla backend?

I am currently working with VirtueMart 3.2.12 on Joomla! 3.8.5 using PHP 5.6.36

Thank you very much for any help in advance and all the best
/ Al
Title: Re: HTTPS in Shop not working
Post by: GJC Web Design on June 15, 2018, 10:42:09 AM
Have you got a valid security certificate for the domain?

the show shopping cart:  after clicking you need to check if any errors are being returned - JS or server

what is the link of the button?

Have you a menu pointing to your cart?

You will receive a lot more help IF you provide live details were we can check what is going on
Title: Re: HTTPS in Shop not working
Post by: jjk on June 15, 2018, 10:51:09 AM
Perhaps it is this? https://www.deskdecode.com/err_connection_timed_out/
Also, I would suggest to update to Joomla 3.8.8 and VirtueMart 3.2.14. It doesn't make sense to start a new shop with outdated releases. There were vulnerabilities detected in your installed versions which have been fixed in later releases. See: http://virtuemart.net/news/489-virtuemart-3-2-14-security-release-and-enhanced-invoice-handling.
Title: Re: HTTPS in Shop not working
Post by: jenkinhill on June 15, 2018, 12:32:27 PM
If you don't (yet) have a SSL certificate on your server then turn off "Enable SSL for sensitive areas (recommended)" in VirtueMart Configuration/Shop/Shop Settings

Title: Re: HTTPS in Shop not working
Post by: Hurt on July 06, 2018, 22:43:04 PM
Try to add to htaccess:
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L
Title: Re: HTTPS in Shop not working
Post by: papair on September 21, 2018, 08:40:23 AM
Quote from: Hurt on July 06, 2018, 22:43:04 PM
Try to add to htaccess:
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L

Thanks