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

Add options to allow passing certificates by string #3202

Closed
wants to merge 2 commits into from

Conversation

bernhard-efler
Copy link

Since PHP 8.1 (URL) and curllib 7.71.0 it is possible to pass SSL Certificates as strings.

To support this two new request options are created.
I since it would be more convinent to change the current options, but that would require a breaking change.

This feature was requestes four years ago in #2036, but at the time curl was ned capable.

@GrahamCampbell
Copy link
Member

GrahamCampbell commented Mar 31, 2024

Unfortunately still not enough time has passed for this to be viable, for the same reasons as previously. I think we should come back to this in another 4 years once we can be sure everyone has a new enough PHP and curl version. I don't really want some Guzzle functionality to fail at runtime because it's not supported (nor to implement a polyfill for the reasons discussed in the linked PR). Thanks anyway.

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.

None yet

2 participants