Description
This happens when the accept fails during enabling crypto. The following warning is shown:
PHP Warning: stream_socket_accept(): Accept failed: Success
This might be quite confusing and it is actually due to logic bug. The error message is just propagated from from the network accept call which is successful but it's not overwritten when when enabling crypto fails.
PHP Version
Operating System
No response