Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some users experiencing TLS timeout #8

Closed
GoogleCodeExporter opened this issue Jan 27, 2016 · 3 comments
Closed

Some users experiencing TLS timeout #8

GoogleCodeExporter opened this issue Jan 27, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant