mohamedsaeed27 / xmpphp

Automatically exported from code.google.com/p/xmpphp
0 stars 0 forks source link

Some users experiencing TLS timeout #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Investigate why enabling crypto times out on some machines and not others.

Original issue reported on code.google.com by nathanfr...@gmail.com on 10 Apr 2008 at 10:00

GoogleCodeExporter commented 8 years ago
fixed in SVN

@@ -134,7 +137,7 @@

        function tls_proceed_handler($xml) {
                $this->log->log("Starting TLS encryption");
-               stream_socket_enable_crypto($this->socket, True,
STREAM_CRYPTO_METHOD_TLS_CLIENT);
+               stream_socket_enable_crypto($this->socket, True,
STREAM_CRYPTO_METHOD_SSLv23_CLIENT);
                $this->reset();
        }
 }

Original comment by nathanfr...@gmail.com on 16 Apr 2008 at 9:55

GoogleCodeExporter commented 8 years ago

Original comment by nathanfr...@gmail.com on 16 Apr 2008 at 9:56

GoogleCodeExporter commented 8 years ago
I still have that problem, it is normal to connect mysql server(openssl0.98a), 
but failed to connect to desktop(openssl1.0.1e)

Original comment by zeng.gl...@gmail.com on 9 Nov 2013 at 4:41