Created
November 3, 2019 06:56
-
-
Save afaqk9394/0dd29d3baa0d733fa60092d67a2c3852 to your computer and use it in GitHub Desktop.
authenticating
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $context = stream_context_create(array('ssl'=>array('verify_peer_name'=>true, | |
| 'allow_self_signed'=>true, | |
| 'cafile'=>"/var/www/html/PHP-Sample/UCM-blah.cisco.com" | |
| ))); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment