Albatross-tls-endpoint unix exception
Closed this issue · 2 comments
PizieDust commented
Running albatross-tls-endpoint cacert.pem server.pem server.key --ip=127.0.0.1 &
results in
albatross-tls-endpoint: [WARNING] only TLS 1.3 configured, removing pre-1.3 cipher suites and signature algorithms
albatross-tls-endpoint: internal error, uncaught exception:
Unix.Unix_error(Unix.EADDRINUSE, "bind", "")
[1]+ Exit 125 albatross-tls-endpoint cacert.pem server.pem server.key --ip=127.0.0.1
hannesm commented
There was something else already listening on port 1025? Maybe another albatross-tls-endpoint?
PizieDust commented
Yes exactly.