fast-data-dev icon indicating copy to clipboard operation
fast-data-dev copied to clipboard

ENABLE_SSL=1 Error binding to port: listen tcp 0.0.0.0:3030: bind: address already in use

Open deanwang2018 opened this issue 6 years ago • 0 comments

I'm using macbook and when I want to enable ssl, the following error was there:

wangdians-mbp:fast-data-dev-master wangdian$ docker run --rm --net=host -e ENABLE_SSL=1 landoop/fast-data-dev TLS enabled. Creating CA and key-cert pairs. Error binding to port: listen tcp 0.0.0.0:3030: bind: address already in use Could not successfully bind to port 3030. Maybe some other service in your system is using it? Please free the port and try again.

checked no 3030 port was there by issue : lsof -i:3030 checked no this process was there by issue : ps aux | grep 3030

how to fix this ? Besides, where to lookup current landoop config parameter ? such as, how do I know current value of : BROKER_SSL, SSL_EXTRA_HOSTS , etc ?

deanwang2018 avatar Mar 20 '19 08:03 deanwang2018