-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I can't set proxy on this function stream_socket_client;
My Code (Socket.php):
$context = stream_context_create(array(
'http' => array(
'timeout' => 5,
'proxy' => 127.0.0.1:8080,
'request_fulluri' => true
),
'ssl' => array(
'SNI_enabled' => false
)
));
$this->connection = stream_socket_client($options->fullSocketAddress(), $errno, $errstr, 5, STREAM_CLIENT_CONNECT, $context);
Is there any chance to set proxy ?
Metadata
Metadata
Assignees
Labels
No labels