Opened 16 years ago
Closed 16 years ago
#9078 closed enhancement (fixed)
Inclusion of SSL Blacklisting in HTTP Transport Tests
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | HTTP API | Keywords: | has-patch tested commit |
Focuses: | Cc: |
Description
We are currently doing ssl blacklisting for certain transports by tacking on some logic to the if statements in the transport selection.
I'd like to add the ssl blacklisting to the test functions an update it a bit.
Since we are blacklisting transports that cannot do ssl verification, we should allow these transports to accept ssl if https_ssl_verify or https_local_ssl_verify are set to false by filters or if the call is made using 'sslverify' => 'false'
fsockopen can still not handle invalid ssl certs so it is ssl blacklisted no matter what.
Attachments (5)
Change History (11)
#2
@
16 years ago
If anyone would like to help in testing these changes it would be greatly appreciated. Report back here any issues you may run into.
#3
@
16 years ago
- Cc matt@… added
- Keywords tested commit added; needs-testing removed
Updates against recent updates on http.php
I'm also going to roll the use_*_transport filters into the tests as well.
One benefit of moving everything into the tests is that we will have to pass the $args array to the test. This will enable us in the long run to build out more extensive tests.