> On 20. Oct 2020, at 07:22, Vaibhav Khachane <[email protected]> wrote:
> 
> I am trying to access jenkins using ip address but it is not working . I am 
> using macOS.
> 
> Following jenkins url working fine
> http://localhost:8080/
> http://127.0.0.1:8080/
> http://0.0.0.0:8080/
> 
> but while using ip adress of my machine it is not working
> http://(ip address of my. machine ):8080/

Jenkins installed via Homebrew only listens on the loopback interface, so this 
is expected. Why they do this, I have no idea. Perhaps our former (2016 and 
earlier) lack of having a secure configuration out of the box.

https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins.rb#L55
https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins-lts.rb#L46

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4A5E9ECF-D696-4348-8719-BA5A11D9AB0A%40beckweb.net.

Reply via email to