Hello, I've set Apache-modSSL+PHP servers on 2 Linux boxes and I would like to create HHTPS-secured connections between the 2 servers in a PHP script. The 2 boxes' system configuration is : Linux Red Hat 6.1 (Cartman) Kernel 2.2.12-20 MySQL-3.22.27-1 apache_1.3.11 modssl-2.5.0-1.3.11 php-3.0.14 openssl-0_9_4 I've installed all the softwares on the 2 boxes, and https requests from browsers to servers work well. But when I try to initiate a connection into a PHP script from server A to server B, either by 'fopen' on an https URL or by a 'fsockopen' on the 443 port, the server A's script returns an error (the file in the HTTPS url is not found). Is there a way to have Apache / modSSL behave like a SSL-client to initiate a connection with another securized server ? Or do I have to use a call to an external software (like 'curl', 'SSL-lynx'), with the security issues it can raises ? Thanks in advance, JB Pina __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
