VirtueMart Forum

VirtueMart 2 + 3 + 4 => Security (https) / Performance / SEO, SEF, URLs => Topic started by: Nagaraj on November 26, 2013, 12:54:38 PM

Title: SSL not working in virtuemart
Post by: Nagaraj on November 26, 2013, 12:54:38 PM
Hi,

I am using
Joomla - 2.5.16 Stable version,
Virtuemart version -  2.0.24 ,
Plugins -  vmbfcustomfields, vponepagecheckout 
Modules - Phoca VirtueMart Category Module for main menu

I enabled SSL in my site, SEF , Enable SSL for sensitive areas in Virtuemart configurations. Links other than virtuemart are working fine. Only problem is with virtuemart, when i click on any related link to virutemart site goes into infinite loop with this message "The page isn't redirecting properly". I also placed in the joomla configuration "public $live_site" with "https://sitename.com" , .htaccess with the below code but did not find any solution.

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Can anybody suggest a solutions for this.

Thanks
Title: Re: SSL not working in virtuemart
Post by: Tonimito on March 28, 2014, 18:26:13 PM
I have the same problem, you get it solved? Someone knows a solution?


UPDATE / SOLVED:

The problem was "vponepagecheckout" Virtuemart plugin, by default, the plugin is installed outside of the checkout pages without SSL are therefore a loop occurred.

Thank you.