-
Notifications
You must be signed in to change notification settings - Fork 146
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
fix: authenticating and downloading #155
base: master
Are you sure you want to change the base?
Conversation
It is not work for me. I got error message |
@carlosflorencio I think for it to work without an external SSL proxyman, we need to download certificates? It works in Go without proxyman. I think GuzzleHTTP does something in the background but i'm not familiar with it so i can't pinpoint why and what. |
Thanks, it works for me now! |
How did you make it work ? I have tried and at least for me it does not work |
Did you have any error message ? |
This isn't the complete solution but I need to add a few headers but more importantly, i needed some ssl client to get it working. I used Proxyman and enabled SSL proxying on laracasts.com and vimeo.com and it worked.
I'm not familiar with GuzzleHTTP, so tbh i've no idea why this is the case.