User tests: Successful: Unsuccessful:
Enables verify_peer_name
for the stream driver (which ensures the ssl certificate matches the domain name being queried). This does default to true since it was introduced in PHP 5.6 - but let's be explicit!
Ensure the stream http driver continues to work as expected (with the additional "security" mechanism enabled)
None
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I have tested this item
Before the patch the SSL verification isn't explicitly set. After the patch the SSL verification is explicitly set and the request still works.
Thanks for the prod! All done :)
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-02-23 18:05:24 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
Thanks
@wilsonge Should we do the same for cURL or not?