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

Fixed the location of the SSL certificate on Windows #37

Merged
merged 2 commits into from
Sep 5, 2014

Conversation

stof
Copy link
Contributor

@stof stof commented Sep 5, 2014

Closes #34

The solution used here will work fine even when the tool is bundled as phar thanks to the Guzzle magic. However, people passing their own client will need to take care of making it SSL-capable themselves (which is an issue only for Windows, and maybe not at all on 5.6)

@stof
Copy link
Contributor Author

stof commented Sep 5, 2014

note that for Unix systems, I keep using the system certificates as they may be more uptodate than the Guzzle3 certificates

Options should be merged with the existing configuration of the client
instead of overwriting the whole config
@stof
Copy link
Contributor Author

stof commented Sep 5, 2014

I added another bug fix in a separate commit. I haven't submitted it separately as it is necessary for the Windows support to work, but I think it would be worth keeping the 2 separate commits when merging rather than squashing them

@lyrixx
Copy link
Contributor

lyrixx commented Sep 5, 2014

Thanks for fixing this bug @stof.

@lyrixx lyrixx merged commit 662e1eb into symfonycorp:master Sep 5, 2014
lyrixx added a commit that referenced this pull request Sep 5, 2014
This PR was merged into the 1.1.x-dev branch.

Discussion
----------

Fixed the location of the SSL certificate on Windows

Closes #34

The solution used here will work fine even when the tool is bundled as phar thanks to the Guzzle magic. However, people passing their own client will need to take care of making it SSL-capable themselves (which is an issue only for Windows, and maybe not at all on 5.6)

Commits
-------

662e1eb Fixed the setting of the client options
98f24ab Fixed the location of the SSL certificate on Windows
@stof stof deleted the windows_ssl branch September 5, 2014 11:51
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

Successfully merging this pull request may close these issues.

the CLI fails on Windows because it does not find the SSL certificate
2 participants