Skip to content

Commit 3c4ab01

Browse files
derickrjmikola
authored andcommitted
PHPC-412: HHVM does not do SSL peer verification like PHP
1 parent b9b9b39 commit 3c4ab01

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/connect/standalone-ssl-0002.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
Connect to MongoDB with using SSL and verify the stream
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM does not support peer verification"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("STANDALONE_SSL"); ?>
56
--FILE--
67
<?php

tests/connect/standalone-ssl-0004.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
Connect to MongoDB with using SSL and verify the stream
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM does not support peer verification"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("STANDALONE_SSL"); ?>
56
--FILE--
67
<?php

tests/connect/standalone-ssl-0005.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
Connect to MongoDB with using SSL and verify the stream
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM does not support peer verification"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("STANDALONE_SSL"); ?>
56
--FILE--
67
<?php

tests/connect/standalone-ssl-0006.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
Connect to MongoDB with using SSL and default options
33
--SKIPIF--
4+
<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM does not support interception of SSL connection creation"); ?>
45
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("STANDALONE_SSL"); ?>
56
--FILE--
67
<?php

0 commit comments

Comments
 (0)