[PHP-WIN] Re: PHP_OpenSSL help needed

2003-12-06 Thread Eric COLINET
Hi, Yes and put an other library in system32: ssleay32.dll >My guess is that I must initialize SSL somehow so that it has the public >key for our CAS server ... but I can't find where to do that yet. Maybe, but not at startup time. Most likely when you make the communication. Eric At 09:03 07

php-windows Digest 6 Dec 2003 08:03:42 -0000 Issue 2031

2003-12-06 Thread php-windows-digest-help
php-windows Digest 6 Dec 2003 08:03:42 - Issue 2031 Topics (messages 22329 through 22331): PHP_OpenSSL help needed 22329 by: Ralph Nicovich 22331 by: Seung Hwan Kang Re: Problem with mail() 22330 by: Manuel Lemos Administrivia: To subscribe to the digest, e-mail:

[PHP-WIN] Re: PHP_OpenSSL help needed

2003-12-06 Thread Seung Hwan Kang
You need to install openssl.cnf. Please look at c:\php\openssl\REAMME-SSL.txt (php 5.00b2). Ralph Nicovich wrote: I am trying to bring up CAS authentication on our server that runs PHP. I have some example code, that 'mostly' works... but it requires that PHP use HTTPS to verify the users 'tick