- Issue created by @joelpittet
- 🇳🇴Norway eiriksm Norway
I think we already have an alter hook or event for changing the headers of the request. Maybe we can add one for guzzle options as well at least, as a first step?
- 🇨🇦Canada joelpittet Vancouver
@eiriksm thanks for the reply.
Here's the docs
https://docs.guzzlephp.org/en/stable/request-options.html?highlight=veri...I'm torn on this turning "verify": FALSE option as it says "don't" in the docs, but we can't control other people's poor SSL practices...
Here's an MR that tries to get the ball rolling and something we can test to see if it solves part of the problem.
- 🇨🇦Canada joelpittet Vancouver
Should anybody need to care about their out bound links SSL certs?
- last update
about 1 year ago 86 pass - Status changed to Needs review
about 1 year ago 5:56pm 20 November 2023 - last update
11 months ago 86 pass - 🇨🇭Switzerland idflood
Here is a patch file with the change from the merge request.