-
Hi I enabled tor (https://www.torproject.org/) on my Mac OSx and execute my simple php script but it failed and got a error message "Socks version 67 not recognized. (This port is not an HTTP proxy; did you want to use HTTPTunnelPort?)". $ret = Browsershot::url($url) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you're using SOCKS 5 proxy, you should try : ->setProxyServer('socks5://127.0.01:9050') According to |
Beta Was this translation helpful? Give feedback.
-
@pgrimaud thanks to your help and your solutions works. |
Beta Was this translation helpful? Give feedback.
If you're using SOCKS 5 proxy, you should try :
According to