You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[14:57:25]: hostname "console.firebase.google.com" does not match the server certificate
[14:57:25]:
[14:57:25]: SSL errors can be caused by various components on your local machine.
[14:57:25]: Apple has recently changed their servers to require TLS 1.2, which may
[14:57:25]: not be available to your system installed Ruby (2.0.0)
[14:57:25]:
[14:57:25]: The best solution is to use the self-contained fastlane version.
[14:57:25]: Which ships with a bundled OpenSSL,ruby and all gems - so you don't depend on system libraries
[14:57:25]: - Use Homebrew
[14:57:25]: - update brew with brew update
[14:57:25]: - install fastlane using:
[14:57:25]: - brew cask install fastlane
[14:57:25]: - Use One-Click-Installer:
[14:57:25]: - download fastlane at https://download.fastlane.tools
[14:57:25]: - extract the archive and double click the install
[14:57:25]: -----------------------------------------------------------
[14:57:25]: for more details on ways to install fastlane please refer the documentation:
[14:57:25]: -----------------------------------------------------------
[14:57:25]: 🚀 https://docs.fastlane.tools 🚀
[14:57:25]: -----------------------------------------------------------
[14:57:25]:
[14:57:25]: You can also install a new version of Ruby
[14:57:25]:
[14:57:25]: - Make sure OpenSSL is installed with Homebrew: brew update && brew upgrade openssl
[14:57:25]: - If you use system Ruby:
[14:57:25]: - Run brew update && brew install ruby
[14:57:25]: - If you use rbenv with ruby-build:
[14:57:25]: - Run brew update && brew upgrade ruby-build && rbenv install 2.3.1
[14:57:25]: - Run rbenv global 2.3.1 to make it the new global default Ruby version
[14:57:25]: - If you use rvm:
[14:57:25]: - First run rvm osx-ssl-certs update all
[14:57:25]: - Then run rvm reinstall ruby-2.3.1 --with-openssl-dir=/usr/local
[14:57:25]:
[14:57:25]: If that doesn't fix your issue, please google for the following error message:
[14:57:25]: 'hostname "console.firebase.google.com" does not match the server certificate'
[14:57:25]: -----------------------------------------------------------------------
[!] hostname "console.firebase.google.com" does not match the server certificate
tried all recomendations but nothing helped
what should i do?
The text was updated successfully, but these errors were encountered:
That's strange because you are able to connect to server to get a list of projects and clients but can't download the config file from the same site.
I would try to check whether you are not sitting behind some firewall. Otherwise I would try to search the internet for similar issues as it is likely fastlane / ruby related.
Hello!
Select project - Successfuly
Select client - Successfuly
Downloading config file:
[14:57:25]: hostname "console.firebase.google.com" does not match the server certificate
[14:57:25]:
[14:57:25]: SSL errors can be caused by various components on your local machine.
[14:57:25]: Apple has recently changed their servers to require TLS 1.2, which may
[14:57:25]: not be available to your system installed Ruby (2.0.0)
[14:57:25]:
[14:57:25]: The best solution is to use the self-contained fastlane version.
[14:57:25]: Which ships with a bundled OpenSSL,ruby and all gems - so you don't depend on system libraries
[14:57:25]: - Use Homebrew
[14:57:25]: - update brew with
brew update
[14:57:25]: - install fastlane using:
[14:57:25]: -
brew cask install fastlane
[14:57:25]: - Use One-Click-Installer:
[14:57:25]: - download fastlane at https://download.fastlane.tools
[14:57:25]: - extract the archive and double click the
install
[14:57:25]: -----------------------------------------------------------
[14:57:25]: for more details on ways to install fastlane please refer the documentation:
[14:57:25]: -----------------------------------------------------------
[14:57:25]: 🚀 https://docs.fastlane.tools 🚀
[14:57:25]: -----------------------------------------------------------
[14:57:25]:
[14:57:25]: You can also install a new version of Ruby
[14:57:25]:
[14:57:25]: - Make sure OpenSSL is installed with Homebrew:
brew update && brew upgrade openssl
[14:57:25]: - If you use system Ruby:
[14:57:25]: - Run
brew update && brew install ruby
[14:57:25]: - If you use rbenv with ruby-build:
[14:57:25]: - Run
brew update && brew upgrade ruby-build && rbenv install 2.3.1
[14:57:25]: - Run
rbenv global 2.3.1
to make it the new global default Ruby version[14:57:25]: - If you use rvm:
[14:57:25]: - First run
rvm osx-ssl-certs update all
[14:57:25]: - Then run
rvm reinstall ruby-2.3.1 --with-openssl-dir=/usr/local
[14:57:25]:
[14:57:25]: If that doesn't fix your issue, please google for the following error message:
[14:57:25]: 'hostname "console.firebase.google.com" does not match the server certificate'
[14:57:25]: -----------------------------------------------------------------------
[!] hostname "console.firebase.google.com" does not match the server certificate
tried all recomendations but nothing helped
what should i do?
The text was updated successfully, but these errors were encountered: