Skip to content

Commit

Permalink
Corrected default value for VERIFY_SSL
Browse files Browse the repository at this point in the history
Default should be TRUE
  • Loading branch information
Stephen Vickers committed Apr 7, 2016
1 parent 01a63c4 commit b59cc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

define('SERVER_URL', 'http://learn9.server.edu'); // URL to Learn 9 server (without a closing "/")
define('REGISTRATION_PASSWORD', ''); // Proxy Tool registration password for Learn 9 server
define('VERIFY_SSL', FALSE); // Whether to verify SSL certificates (set to FALSE to allow access to a server with a self-signed certificate)
define('VERIFY_SSL', TRUE); // Whether to verify SSL certificates (set to FALSE to allow access to a server with a self-signed certificate)

define('VENDOR_ID', 'osc');
define('PROGRAM_ID', 'ws-sample-php');
Expand Down

0 comments on commit b59cc1d

Please sign in to comment.