Authentication failed on Laravel Vapor CLI

纵饮孤独 提交于 2020-05-28 06:49:33

问题


I just installed Laravel Vapor today and am so excited to get started, but I've run into a wall with authentication from my Mac (using iTerm). I enter vapor login, then follow the prompts for Email Address: and Password:... and get Authentication failed. every time. I have triple-checked my email address, very carefully entered the password, checked caps lock is not on, and changed my password 3 times via the website and re-entered to see if it changed anything. I don't know what else I can do! Has anyone else run into this problem?? Any suggestions??


回答1:


Upgrade to the latest version of laravel/vapor-cli which is v1.2.7. This version shows more details when the login authentication fails.

In my case, there was a problem with the openssl/cert.pem. Once I installed the certificate, I was able to login to vapor. You can install this certificate by using

brew install openssl


来源:https://stackoverflow.com/questions/57916370/authentication-failed-on-laravel-vapor-cli

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!