VirtueMart Forum

VirtueMart 1.1.x [ Old version - no longer supported ] => Payment VM 1.1 => PayPal / PayPal Pro VM 1.1 => Topic started by: FrenchMaster on May 27, 2008, 08:52:04 AM

Title: SSL certificate error in paypal Site with IE
Post by: FrenchMaster on May 27, 2008, 08:52:04 AM
Hello !

when using paypal module for payment, customer will be redirected to the secured (SSL) paypal-Site. Unfortunately, Paypal try also to load the logo of my shop, so that we get a mix of secured site (Paypal) and non secured site (my shop). consequently we get an error in IE "mix of secured and non secured site" and customers get in trouble...

can anyone help ?
Title: Re: SSL certificate error in paypal Site with IE
Post by: zimbabwerugby on May 27, 2008, 18:15:33 PM
I don't think this is the problem as I have the same issue and I have an SSL secured site. When I look at the source code from the paypal payment page I see that the image is being called from the correct https image. So it is something else.  Firefox works fine and processes it all correctly.
Title: Re: SSL certificate error in paypal Site with IE
Post by: FrenchMaster on July 05, 2008, 09:57:15 AM
You're right. It seems to be an explorer problem. On another computer all ist OK. this has to be an explorer wrong configuration but which one ?
Title: Re: SSL certificate error in paypal Site with IE
Post by: cb3 on July 31, 2008, 17:24:39 PM
Did anyone find a workaround for this?

It also does not help that once you load an image for your store, you cannot just delete it, you MUST overwrite it, therefore, if I wanted to try a Paypal Checkout without Paypal loading any image, it would still look for whatever is uploaded.

I tried one of those SSL paypal hosting sites, but you can't use that either as the code dictates an upload off your own machine.

I'd love to find a way to either NOT have Paypal pull the Virtuemart component directory image, or for me to be able to indicate an SSL-site image.

That error is driving me crazy.

Great component though, perfect for my kids' new company. http://bluegravitysurf.com
Title: Re: SSL certificate error in paypal Site with IE
Post by: aravot on August 01, 2008, 01:26:36 AM
Internet Options -> Security -> Custom level -> enable Display mixed content
Title: Re: SSL certificate error in paypal Site with IE
Post by: cb3 on August 01, 2008, 13:51:44 PM
Ahh, good, but how about this....

just remove this line from the Paypal configuration....

"cpp_header_image" => $vendor_image_url,

if I'm correct, this will tell Paypal not to look for an image on an insecure server. It will instead just put the name of the store in that spot.

Thanks Peter, love the work you do
Title: Re: SSL certificate error in paypal Site with IE
Post by: YourHoop on August 14, 2008, 02:07:23 AM
unfortunately, removing the line of code does NOT work. have been looking for a fix for this since i started using VM. 
Title: Re: SSL certificate error in paypal Site with IE
Post by: Generation X on October 24, 2008, 21:10:33 PM
I am using Virtuemart 1.1.2 with Joomla 1.5.7 and have a shared ssl available but prefer not to use it to avoide conflicts with 404sef. However, on redirect to paypal I was receieving the unsecure items warning. Applying a mod_rewrite to the image file from http to https worked for Firefox but failed to solve the problem in IE. I found that removing the entire line "cpp_header_image" => $vendor_image_url, defaulted to the text version of the paypal account name, whilst editing to "cpp_header_image" => "https://www.mysite.com/images/secure_image.gif", displays the secure image and resolves the issue.

Title: Re: SSL certificate error in paypal Site with IE
Post by: atharianmedia on November 19, 2008, 21:26:14 PM
Is this a Vista issue only, or does it also happen on XP? I've just upgraded one of my systems to Vista and have all sorts of issues with various sites loading in both IE and FF. The "auto-tuning" feature of Vista was the culprit for me.
Title: Re: SSL certificate error in paypal Site with IE
Post by: Mark Robinson on May 03, 2009, 20:39:58 PM
Can you please direct me to the folder in which the "paypal configuration" file resides?
Title: Re: SSL certificate error in paypal Site with IE
Post by: aravot on May 03, 2009, 23:14:03 PM
In the payment folder com_virtuemart/classes/payment
Title: Re: SSL certificate error in paypal Site with IE
Post by: mikekay on May 14, 2009, 04:42:51 AM
I dont see this in my code is that in administrators/components.../payment/ps_paypal, and ps_paypal.cfg.php dont have any tlak of vendor image please help. this makes clients weirrry!
Title: Re: SSL certificate error in paypal Site with IE
Post by: thexman on June 01, 2010, 12:56:07 PM
if I follow the code from generation x, and add the absolute URL with HTTPS in the URL, do I actually have to have a cert as well as I wasn't sure from the post as to weather a cert was needed or if you could just put https in there.

This seems stupid, the point of using Paypal is to not need a cert, so now we need one because we can't have mixed sources accoding good old IE.

Could you host the image on a different SSL certifed server and put that absolute URL in for the header image ?

Cheers, Nick
Title: Re: SSL certificate error in paypal Site with IE
Post by: thexman on June 02, 2010, 03:02:58 AM
OK, I uploaded a header image to SSLpic and then pasted the URL into the Payment Method Configuration CPP line as above and it worked perfectly ! Cheers