Jump to content

PayPal SSL3.0 Integration


moodybear

Recommended Posts

Logging into PayPal it informs me I need to change setting on my site for continuation in taking trasanctions...

 

ANy Advise on this would be helpful on WHERE exactly to make the chance and ensure there is no break in the sales I have.

 

Or if any changes need to be made at all?

 

Many Many Thanks in advance

 

 

Link to comment
Share on other sites

I'm admining a site where the host has no plans to disable SSL3. Their response when asked about this was:-

 

'we wouldn't be able to disable SSL3 even temporarily, as this might have unintended consequences for other users on the server.

It might be worth asking CubeCart if they have any way of forcing the transaction with Paypal to be TLS-only, within the code.'

 

Any suggestions as to if there is a way to do this?


I'm admining a site where the host has no plans to disable SSL3. Their response when asked about this was:-

 

'we wouldn't be able to disable SSL3 even temporarily, as this might have unintended consequences for other users on the server.

It might be worth asking CubeCart if they have any way of forcing the transaction with Paypal to be TLS-only, within the code.'

 

Any suggestions as to if there is a way to do this?


I'm admining a site where the host has no plans to disable SSL3. Their response when asked about this was:-

 

'we wouldn't be able to disable SSL3 even temporarily, as this might have unintended consequences for other users on the server.

It might be worth asking CubeCart if they have any way of forcing the transaction with Paypal to be TLS-only, within the code.'

 

Any suggestions as to if there is a way to do this?

Link to comment
Share on other sites

I'm admining a site where the hosting company has no intention of disabling SSL. This is their response:-

 

'we wouldn't be able to disable SSL3 even temporarily, as this might have unintended consequences for other users on the server.

It might be worth asking CubeCart if they have any way of forcing the transaction with Paypal to be TLS-only, within the code.'

 

Any suggestions?

Link to comment
Share on other sites

From reading how other shopping cart programs are advising their users to deal with SSL/TLS, I conclude that the cURL library used by PHP (if at a recent version) auto-negotiates with the remote server (PayPal) for the best and highest version of encryption to use.

 

That is to say, because CubeCart does not tell cURL which type/version of encryption to use, cURL is free to ask PayPal if it can do this, and if not, then try this other, and if not, then try ....

 

I have looked only in the module gateway.class.php file, not in any of the plugin files for PayPal.

 

Are you, in fact, currently experiencing errors when trying to pay by PayPal?

Link to comment
Share on other sites

Just to check, did you set up a sandbox account with different details? They use a different encryption password and id and whatnot usually.. by the looks of things they've simplified it since last time I touched it, you should be able to quickly clone your live details into the sandbox mode one

 

But yes, if you've hooked that up, then a little worrying if it's failing on sandbox.. does it give a specific error, or is it generic?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...