mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Print IO::Socket::SSL fatal errors during SSL setup
This commit is contained in:
parent
f16c543527
commit
e130b0f5f7
@ -736,6 +736,9 @@ sub accept_connections {
|
||||
sub serve_client() {
|
||||
|
||||
eval {
|
||||
local $SIG{__DIE__} = sub {
|
||||
print STDERR $_[0];
|
||||
};
|
||||
# Add client socket to select queue
|
||||
$t_select = IO::Select->new ();
|
||||
$t_select->add ($t_client_socket);
|
||||
|
Loading…
x
Reference in New Issue
Block a user