iDeal help

Hello Fellow interworx users.

One of our customers is trying to implement “iDeal” (a payment module that works with several Dutch banks).

Open SSL 9.7 and PHP 4.3.11 should be installed.

I treid a lot of things but I can’t get it to work on our interworx servers, while it works on other servers.

This is the code to test if everything is configured ok:


<?php
$fp = fsockopen('ssl://idealtest.secure-ing.com', 443, $errno, $errstr, 5);
if (!fp)
echo 'Error = ' . $errno . ' - ' . $errstr . "
";
else
echo 'Open';
?>

It should show “Open” when everything is OK.

these are the installed php rpms:
php-4.3.11-100.rhe4x.iworx
php-iworx-4.3.9-6.rhe4x.iworx
php-mysql-4.3.11-100.rhe4x.iworx
php-xmlrpc-4.3.11-100.rhe4x.iworx
php-pear-4.3.11-100.rhe4x.iworx
php-domxml-4.3.11-100.rhe4x.iworx

this is everything installed regarding ssl:
openssl-devel-0.9.7a-43.8
xmlsec1-openssl-1.2.6-3
openssl-0.9.7a-43.8
mod_ssl-2.0.54-100.rhe4x.iworx

phpinfo can be found here: http://cp.webxtra.net/phpinfo.php

Port 443 TCP/UDP in/out is open in the firewall

This is the error message I get:
Warning: fsockopen(): unable to connect to idealtest.secure-ing.com:443 in /chroot/home/domainco/domain.com/html/test.php on line 2
Open

Thanks in advance for the help

WebXtrA,

did you solve this problem yet.

I’m having the same problem with a customer. But I don’t want to lose the customer.

Yours sincerely,

-John