ekmartin / slack-irc

Connects Slack and IRC channels by sending messages back and forth.
MIT License
588 stars 158 forks source link

Bot using 443 port #175

Closed duramato closed 7 years ago

duramato commented 7 years ago

The bot for some reason is using port 443, and that makes me unable to run a webserver. Is it really needed?

duramato commented 7 years ago

I think this isn't an issue afterall, i was having issues of not beeing able to start lighttpd serving https becouse the 443 port was in use, i then saw:

$ lsof -i :443
COMMAND    PID     USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
node       505     root   12u  IPv4 2242324661      0t0  TCP IP:56319->ec2-52-90-64-91.compute-1.amazonaws.com:https (ESTABLISHED)
node       505     root   13u  IPv4 2242324662      0t0  TCP IP:52061->ec2-54-197-21-112.compute-1.amazonaws.com:https (ESTABLISHED)

Which gave me a missconception.

ekmartin commented 7 years ago

Hi, no worries. slack-irc shouldn't really bind any ports at all, so if it does - that's a bug.