RE: [PHP] OpenSSL Problem

2005-01-06 Thread Richard Lynch
Gustafson, Tim wrote: > Actually, if you leave the code exactly as-is, but change the > openssl_csr_sign function to create a self-signed certificate, the > entire script executes perfectly. I know there is a lot of error > checking needed - I'm just making a "test" script to get a feel for how >

Re: [PHP] OpenSSL Problem

2005-01-06 Thread Richard Lynch
Gustafson, Tim wrote: > I am trying to use the OpenSSL module for PHP on a FreeBSD 4.10 server. > I have CVS'd everything, so I have the most current version of the > FreeBSD port. > > I have attached the PHP file that I'm running. Here's the error message > I get: > > openssl_csr_sign(): cannot g

RE: [PHP] OpenSSL Problem

2005-01-06 Thread Gustafson, Tim
I figured it out! I had to change the key references to something like this: file://../falconsoft.com.crt Using an absolute path seems to break it. :\ Tim Gustafson MEI Technology Consulting, Inc [EMAIL PROTECTED] (516) 379-0001 Office (516) 480-1870 Mobile/Emergencies (516) 908-4185 Fax http:

RE: [PHP] OpenSSL Problem

2005-01-06 Thread Gustafson, Tim
2005 11:24 AM To: Gustafson, Tim Cc: php-general@lists.php.net Subject: Re: [PHP] OpenSSL Problem Gustafson, Tim wrote: > I am trying to use the OpenSSL module for PHP on a FreeBSD 4.10 server. > I have CVS'd everything, so I have the most current version of the > FreeBSD port.