ID:               19872
 Comment by:       werner at usit dot uio dot no
 Reported By:      enygma at phpdeveloper dot org
 Status:           No Feedback
 Bug Type:         Sockets related
 Operating System: Solaris
 PHP Version:      4.3.0-pre1
 New Comment:

Hi!

We experience the same problem on the Solaris-platform, but it seems to
work fairly well on our Linux-platform. We use php 4.4.0 on both Linux
and Solaris, and I have verified that I could use e.g. the
openssl_csr_new-function.


- Werner


Previous Comments:
------------------------------------------------------------------------

[2002-11-10 18:19:41] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2002-10-13 20:41:31] [EMAIL PROTECTED]

I've improved the SSL error handling, so please
try again with a new snapshot (use the most recent one
dated after this entry).
Also, remember that if you are rolling your own https
support, the default port for SSL is 443.
(You could just use fopen("https://....";) in that case).

------------------------------------------------------------------------

[2002-10-11 19:27:38] [EMAIL PROTECTED]

We need more information than that...
Please post a short script that reproduces the problem,
and include the output you are getting and also the output you were
expecting.

------------------------------------------------------------------------

[2002-10-11 16:52:54] enygma at phpdeveloper dot org

using $fp=fsockopen("ssl://".$hostname,$port,$errno,$errstr,100); the
connection doesn't seem to work correctly. There's either no connection
being made or the response is not being gotten correctly.

Also, according to the docs on
http://www.php.net/manual/en/function.stream-get-meta-data.php, there
are additional items in the array returned which aren't there.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19872&edit=1

Reply via email to