mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Stop testing against SSL ciphers that emit warnings.
Testing that SSLv3 still works is causing test failures.
This commit is contained in:
parent
92a50d05dc
commit
f28c21c7a7
1 changed files with 0 additions and 5 deletions
|
@ -318,11 +318,6 @@ class CakeSocketTest extends CakeTestCase {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function testEnableCrypto() {
|
public function testEnableCrypto() {
|
||||||
// testing on ssl server
|
|
||||||
$this->_connectSocketToSslTls();
|
|
||||||
$this->assertTrue($this->Socket->enableCrypto('sslv3', 'client'));
|
|
||||||
$this->Socket->disconnect();
|
|
||||||
|
|
||||||
// testing on tls server
|
// testing on tls server
|
||||||
$this->_connectSocketToSslTls();
|
$this->_connectSocketToSslTls();
|
||||||
$this->assertTrue($this->Socket->enableCrypto('tls', 'client'));
|
$this->assertTrue($this->Socket->enableCrypto('tls', 'client'));
|
||||||
|
|
Loading…
Add table
Reference in a new issue