Need URLs used by Homebrew (company blocks outbound internet on servers; need to add URLs to whitelist) #5498
Replies: 3 comments 1 reply
-
Adding output for "brew doctor" (sorry it was not added above): curl: (60) SSL certificate problem: self signed certificate in certificate chain curl failed to verify the legitimacy of the server and therefore could not curl: (60) SSL certificate problem: self signed certificate in certificate chain curl failed to verify the legitimacy of the server and therefore could not |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
can someone please post a comprehensive list of hostnames? |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
My company blocks outbound internet on servers. I have a Mac Mini that has an AMP (Apache, MySQL, PHP) setup and I want to move to using Homebrew to install PHP and Apache HTTPD. I have Homebrew installed on the Mac Mini, but I can't run "brew update" since the URLs that Homebrew is calling are blocked. Would someone provide the URLs needed by Homebrew when running "brew update" and "brew install php apache"? (so far I am seeing https://formulae.brew.sh and https://ghcr.io) Thank you!
Beta Was this translation helpful? Give feedback.
All reactions