TLS-Attacker icon indicating copy to clipboard operation
TLS-Attacker copied to clipboard

-executor_type THREADED_SERVER is not listening on actual host ip instead it is on loop back address only

Open sajualways opened this issue 9 months ago • 1 comments

java -jar TLS-Server.jar -port 4433 -version TLS13 -executor_type THREADED_SERVER 09:34:23 [main] INFO : ThreadedServerWorkflowExecutor - Initializing server connection end at port 4433 09:34:23 [main] INFO : ThreadedServerWorkflowExecutor - Listening on localhost/127.0.0.1:4433... 09:34:23 [main] INFO : ThreadedServerWorkflowExecutor - --- use SIGINT to shutdown ---

is it a bug or design issue ?

with -executor_type DEFAULT it listens on actual host server ip

sajualways avatar May 23 '24 09:05 sajualways