View Single Post
  #90  
Old 11-06-2014, 12:43 PM
 
Regs Regs is offline
 

Senior Member
  
Join Date: Apr 2003
Location: Vancouver BC
Posts: 134
 

Default Re: POODLE vulnerability in SSLv3

I'm having the same issues and can't iron it out.

Xcart 4.2.3 - not using xpayments

Error log shows:

Code:
responses of https requests = Array ( [31-12-1969 16:00:00 1415309722] => Array ( [0] => 0 [1] => X-Cart HTTPS: libcurl error(35): error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol ) ) Request URI: /payment/payment_cc.php Backtrace: /home/coachesgear/public_html/payment/payment_ccmid.php:272 /home/coachesgear/public_html/payment/payment_ccend.php:41 /home/coachesgear/public_html/payment/payment_cc.php:201

Any ideas? Testing on the server to connect to the gateway gives:

Code:
root@srv [~]# wget https://secure.psigate.com:7934 --2014-11-06 11:16:21-- https://secure.psigate.com:7934/ Resolving secure.psigate.com... 216.220.59.210 Connecting to secure.psigate.com|216.220.59.210|:7934... connected. OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Unable to establish SSL connection. but when I force SSL version: root@srv [~]# wget --secure-protocol=SSLv3 https://secure.psigate.com:7934 --2014-11-06 11:17:05-- https://secure.psigate.com:7934/ Resolving secure.psigate.com... 216.220.59.210 Connecting to secure.psigate.com|216.220.59.210|:7934... connected. HTTP request sent, awaiting response... 404 Not Found 2014-11-06 11:17:08 ERROR 404: Not Found. ... or even: root@srv [~]# wget --secure-protocol=TLSv1 https://secure.psigate.com:7934 --2014-11-06 11:17:22-- https://secure.psigate.com:7934/ Resolving secure.psigate.com... 216.220.59.210 Connecting to secure.psigate.com|216.220.59.210|:7934... connected. HTTP request sent, awaiting response... 404 Not Found 2014-11-06 11:17:23 ERROR 404: Not Found.

Any thoughts?
__________________
x-cart 4.2.3 & 4.6.0
Reply With Quote