mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Merge branch 'ent-10270-tentacle-por-ssl-no-funciona-con-rocky-linux-8' into 'develop'
Added ssl connect error logging to tentacle See merge request artica/pandorafms!5627
This commit is contained in:
commit
473517650c
@ -901,6 +901,9 @@ sub serve_client() {
|
|||||||
serve_connection ();
|
serve_connection ();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
if($@) {
|
||||||
|
print_info($@);
|
||||||
|
}
|
||||||
|
|
||||||
$t_client_socket->shutdown (2);
|
$t_client_socket->shutdown (2);
|
||||||
$t_client_socket->close ();
|
$t_client_socket->close ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user