robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
142 stars 17 forks source link

Albatross-tls-endpoint unix exception #186

Closed PizieDust closed 3 weeks ago

PizieDust commented 3 weeks ago

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 3 weeks ago

There was something else already listening on port 1025? Maybe another albatross-tls-endpoint?

PizieDust commented 3 weeks ago

Yes exactly.