You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/11/09 20:40:53 UTC

airavata-php-gateway git commit: commenting out CN_match

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 5f6e8e445 -> efde17967


commenting out CN_match


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/efde1796
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/efde1796
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/efde1796

Branch: refs/heads/develop
Commit: efde179675a5f3e56ad3b8bcd5dc14d9d4a60bae
Parents: 5f6e8e4
Author: scnakandala <su...@gmail.com>
Authored: Wed Nov 9 15:40:47 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Wed Nov 9 15:40:47 2016 -0500

----------------------------------------------------------------------
 app/libraries/Wsis/Wsis.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/efde1796/app/libraries/Wsis/Wsis.php
----------------------------------------------------------------------
diff --git a/app/libraries/Wsis/Wsis.php b/app/libraries/Wsis/Wsis.php
index de3156c..b2ea69e 100755
--- a/app/libraries/Wsis/Wsis.php
+++ b/app/libraries/Wsis/Wsis.php
@@ -75,7 +75,7 @@ class Wsis {
                 'verify_peer' => $verify_peer,
                 "allow_self_signed"=> $allow_selfsigned_cert,
                 'cafile' => $cafile_path,
-                'CN_match' => $server,
+//                'CN_match' => $server,
             )
         ));