Closed pepone closed 4 days ago
The logs don't provide much info. It's the very first connection to the "controller":
client
-- 11/12/2024 20:39:15:655 client: Network: trying to establish ssl connection to 127.0.0.1:14201
=== 1 second ===
-- 11/12/2024 20:39:16:673 client: Network: failed to establish ssl connection
Ice.ConnectTimeoutException: Connect timed out.
-- 11/12/2024 20:39:16:673 client: Network: connection to endpoint failed and no more endpoints to try
Ice.ConnectTimeoutException: Connect timed out.
-- 11/12/2024 20:39:16:675 client: Retry: cannot retry operation call because retry limit has been exceeded
Ice.ConnectTimeoutException: Connect timed out.
server
-- 11/12/2024 20:39:15:449 server: Network: attempting to bind to ssl socket 127.0.0.1:14200
-- 11/12/2024 20:39:15:452 server: Network: listening for ssl connections
local address = 127.0.0.1:14200
-- 11/12/2024 20:39:15:454 server: Network: published endpoints for object adapter 'TestAdapter':
ssl -h 127.0.0.1 -p 14200 -t 60000
-- 11/12/2024 20:39:15:458 server: Network: accepting ssl connections at 127.0.0.1:14200
-- 11/12/2024 20:39:15:459 server: Network: attempting to bind to ssl socket 127.0.0.1:14201
-- 11/12/2024 20:39:15:459 server: Network: listening for ssl connections
local address = 127.0.0.1:14201
-- 11/12/2024 20:39:15:459 server: Network: published endpoints for object adapter 'ControllerAdapter':
ssl -h 127.0.0.1 -p 14201 -t 60000
-- 11/12/2024 20:39:15:459 server: Network: accepting ssl connections at 127.0.0.1:14201
-- 11/12/2024 20:39:15:674 server: Network: trying to accept ssl connection <== connection attempt from client
local address = 127.0.0.1:14201
remote address = 127.0.0.1:60558
=== Nothing more ===
This very first connections, is to the ControllerAdapter initiated by the checked cast in:
I can't reproduce it.
https://github.com/zeroc-ice/ice/actions/runs/11804450644/job/32884681995