TLS handshake error

Matthew Newton mcn at freeradius.org
Thu Jun 20 12:04:05 UTC 2024



On 20/06/2024 12:38, Mark Dayton wrote:
> Okay, so i've switched the docker image im using from
> freeradius-server:latest-3.2-alpine to freeradius-server:latest.

Debug mode works in the Alpine image as well, as per my last message, 
but whatever.

> Failed binding to auth address * port 1812 bound to server default: Address
> already in use
> /etc/freeradius/sites-enabled/default[59]: Error binding to port for
> 0.0.0.0 port 1812

Because FreeRADIUS is already running, so you can't start a second copy 
at the same time.

As it's in a container, stopping the initial server will probably kill 
the container.

Either start the container at the shell, and then run FreeRADIUS in 
debug mode (pass "sh" or "bash" as the argument to docker) or do as I 
wrote last time and start it directly in debug mode (pass "-X" as the 
argument to docker).

-- 
Matthew


More information about the Freeradius-Users mailing list