php-install Digest 22 Mar 2003 23:37:39 -0000 Issue 1301

Topics (messages 10389 through 10390):

PHP over HTTPS problems
        10389 by: Mark Stanislawek

Re: php + ssl build
        10390 by: Kalin Mintchev

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message --- Hi-

I recently installed PHP 4.3.1 with apache 1.3.27/mod_ssl. I'm having problems accessing a simple php script ( <?phpinfo()?> ) over https. I can access it over plain http.

I configured php with the following:
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-track-vars --enable-force-cgi-redirect --with-gettext


I figure I'm missing something pretty simple, but I have searched google and php.net and haven't found anything similar. What am I missing?


--- End Message ---
--- Begin Message ---

can somebody share some thoughts please....  or advise where to look at...
i looked at the install log...  everything seems to be fine...


On Sat, 22 Mar 2003, Kalin Mintchev wrote:

>
> hi all,
> i had to use the fsockopen() in php with ssl...
> ssl wasn't enabled by default. i recompiled. reinstalled. no errors.
>
> phpinfo.php shows that the commands used to configure it were:
> '/configure' '--with-apxs=/bin/apxs' '--with-mysql=/mysql'
> '--with-openssl=/usr/local/ssl'
>
> also from phpinfo.php:
> OpenSSL support       enabled
> OpenSSL Version       OpenSSL 0.9.6h 5 Dec 2002
>
> so fsockopen() with ssl must work, right? wrong....
>
> i have a code line like this:
>
> $fp = fsockopen ("ssl://www.foo.com", 443, $errno, $errstr, 30);
>
> that produces this:
>
> Warning: fsockopen() [function.fsockopen]: no SSL support in this build in
> /path/to/file...
>
> can somebody help?
>
>
> thanks...
>
>
>


--- End Message ---

Reply via email to