fixed http reference in payments images

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

fixed http reference in payments images

Postby robert_hellings@.....com » Mon Jan 12, 2015 10:18 pm

Dear Rupostel,
I use One Page Checkout for our site http://www.dewijnborch.nl
However, when using Firefox as browser, I receive a security warning when choosing for Ideal. Reason is that the payments images are using a fixed http:// reference, while the page is set on SSL.

I can not find where to change this. In the database in Virtuemart the image reference is not stored with a fixed url. Is this a kown issue?

Thanks in advance
Attachments
appendix2.png
shows the security message
appendix2.png (82.08 KiB) Viewed 14719 times
appendix1.png
shows the fixed http reference
appendix1.png (35.95 KiB) Viewed 14719 times
robert_hellings@.....com
 
Posts: 2
Joined: Sat Apr 20, 2013 2:27 pm

Re: fixed http reference in payments images

Postby admin » Wed Jan 14, 2015 12:28 pm

hello, i am afraid you'd need to contact the developer of your iDeal solution, but my educated guess is that the image is rendered from:

/plugins/vmpayment/your ideal solution/ your ideal solution.php

OR even a theme file in:
/plugins/vmpayment/your ideal solution/tmpl/ some theme...

if you'd provide us your ftp, we could quick-check this issue and fix it for you in the iDeal plugin, or with opc's html override where we could replace src="http: with src="https: (i am going to add this right away to next opc)


best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Re: fixed http reference in payments images

Postby robert_hellings@.....com » Mon Feb 16, 2015 11:33 pm

Dear Stan. Sorry for the late answer.
The new version of One-Page indeed eliminated the issue on the images. They now refer to https:. However in de bankform there was still a reference to http: and therefore the security warning remained to exist. It appeared that the plugin for iDeal didn't change to HTTPS in that specific reference for the return form. So added a Replace in that plugin (i will notify the supplier) and now all elements are secure and Firefox warning has disappeared.
Thanks
Robert
robert_hellings@.....com
 
Posts: 2
Joined: Sat Apr 20, 2013 2:27 pm

Re: fixed http reference in payments images

Postby admin » Thu Feb 19, 2015 2:52 pm

hello Robert, yes, i did the replace with str_replace('src="http:', 'src="https:', $html) within the legacy_templates file which loads whole opc's checkout html. i now checked your site, but at the checkout i do not see the problem - so maybe you got this issue at your thank you page which is printed by the plugin's output and it's not safe to modify it with opc because it may cause some troubles with token validations.

if you won't be able to solve this with the iDeal developer, let me know and i can fix this on your site directly.

best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 2