Athlon1600 / php-proxy-app

Web Proxy Application built on php-proxy library ready to be installed on your server
https://www.php-proxy.com/
MIT License
824 stars 518 forks source link

CURLOPT_PROXY socks5,(56) Proxy CONNECT aborted #137

Closed whoamidemo closed 5 years ago

whoamidemo commented 5 years ago

my config.php

$config['curl'] = array( CURLOPT_ENCODING => 'gzip', CURLOPT_PROXY => 'IP:1080', CURLOPT_PROXYTYPE => 'CURLPROXY_SOCKS5', CURLOPT_PROXYUSERPWD => 'user:password',

(56) Proxy CONNECT aborted

whoamidemo commented 5 years ago

Unable to use socks5.

Jazzykhan commented 1 year ago

did you manage to do it?