vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   HTTP & HTTPS (https://vborg.vbsupport.ru/showthread.php?t=306652)

ozzy47 01-05-2014 07:50 PM

HTTP & HTTPS
 
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:
Code:

$dbt_vbd_ppurl .= '&return = https//MYSITE.com/store_payments.php?do=thankyou';
Instead of:
Code:

$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

Code:

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.


All times are GMT. The time now is 10:30 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01300 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete