Skip to content

Commit

Permalink
Use new option style
Browse files Browse the repository at this point in the history
  • Loading branch information
dominics committed Nov 6, 2015
1 parent 429c608 commit c38db22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server_ssl.php
Expand Up @@ -41,7 +41,7 @@
$server = new \Wrench\Server('wss://127.0.0.1:8000/', array(
'connection_manager_options' => array(
'socket_master_options' => array(
'server_ssl_cert_file' => $pemFile,
'server_ssl_local_cert' => $pemFile,
'server_ssl_passphrase' => $pemPassphrase,
'server_ssl_allow_self_signed' => true,
'server_ssl_verify_peer' => false
Expand Down

0 comments on commit c38db22

Please sign in to comment.