-
-
Notifications
You must be signed in to change notification settings - Fork 513
Open
Description
Currently I use the socket passing the port and default settings of the SSL certificate. I would like to be able to use SSL directly with nginx so that it can manage the certificate for me. I found other issues talking about usage, but I wasn't successful in any of them.
My instance runs around this call:
$io = new SocketIO($port, $sslContext);
My SSL configuration is in this format:
$sslContext = [
'ssl' => [
'local_cert' => '/etc/nginx/ssl/nginx.crt',
'local_pk' => '/etc/nginx/ssl/nginx.key',
'allow_self_signed' => true,
'verify_peer' => false
]
];
Metadata
Metadata
Assignees
Labels
No labels