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
|
@ -899,8 +899,11 @@ sub serve_client() {
|
|||
serve_proxy_connection ();
|
||||
} else {
|
||||
serve_connection ();
|
||||
}
|
||||
}
|
||||
};
|
||||
if($@) {
|
||||
print_info($@);
|
||||
}
|
||||
|
||||
$t_client_socket->shutdown (2);
|
||||
$t_client_socket->close ();
|
||||
|
|
Loading…
Reference in New Issue