Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while running firebase_download_config #3

Closed
Pablitto opened this issue Aug 1, 2017 · 2 comments
Closed

Error while running firebase_download_config #3

Pablitto opened this issue Aug 1, 2017 · 2 comments

Comments

@Pablitto
Copy link

Pablitto commented Aug 1, 2017

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?

@tkohout
Copy link
Owner

tkohout commented Aug 8, 2017

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.

@Pablitto
Copy link
Author

Pablitto commented Aug 9, 2017

problem fixed after last fastlane update...

@tkohout tkohout closed this as completed Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants