View Full Version : HTTP & HTTPS
ozzy47
01-05-2014, 07:50 PM
I am looking into getting a SSL, to cover my store script.
Now once I get it, can I still use HTTP for my whole site, and only use the HTTPS for the store?
Meaning I would only use the HTTPS in the PayPal return url:
$dbt_vbd_ppurl .= '&return = https//MYSITE.com/store_payments.php?do=thankyou';
Instead of:
$dbt_vbd_ppurl .= '&return='.$vbulletin->options['bburl'].'/store_payments.php?do=thankyou';
Zachery
01-05-2014, 08:43 PM
If you're sending the data off to paypal, why use SSL at all? Are you storing customer billing or personal information?
ozzy47
01-05-2014, 10:01 PM
No, but when they return to my thank you page, before they go they get that message. Only think I am storing is username, userid, product, transaction id amount and date.
Zachery
01-05-2014, 10:37 PM
I don't see a strong reason to do SSL, unless you just want to be extra secure. If you're not storing any personal data, and letting all of the transactions take place on paypals end, SSL seems like a bit of overkill.
ozzy47
01-05-2014, 10:44 PM
True, but novice users may get leery when they see that message pop up, so I am trying to make them feel as secured as possible.
Zachery
01-06-2014, 12:30 AM
Which message?
ozzy47
01-06-2014, 12:40 AM
Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.
Are you sure you want to continue sending this information?
dizzynation
01-06-2014, 01:31 AM
Yes it is possible, we use https for checkout then return to http for regular use. Its not for a vbulletin site, its pure html site, I will message one of my coders and see the steps needed.
ozzy47
01-06-2014, 01:36 AM
I am pretty sure If I just tell PayPal to redirect to
https//MYSITE.com/store_payments.php?do=thankyou
and leave all the settings in the ACP alone in theory it should work, but I need confirmation. :)
blind-eddie
01-06-2014, 01:39 AM
Why not set it up in a paypal sand box to test your theory.
ozzy47
01-06-2014, 01:40 AM
I have a sandbox set up, but I don't want to purchase the SSL if I can not use it.
And I am testing this on a test site, not the live site, they are two totally different sites.
Zachery
01-06-2014, 03:19 AM
SSL is just like 9 bux, at cheapssls.com
ozzy47
01-06-2014, 03:26 AM
I know what they cost, I need to know if my original question is a "Yes" | "No" | "I don't know". :p
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.