PHP: Using SOCKS4 with SSL connection – part 2 phptuts June 17, 2016 Part 1: PHP: Using SOCKS4 with SSL connection The solution is use function stream_socket_enable_crypto to turn encryption on an already connected socket: We change function… Continue Reading
PHP CURL class support basic authorization, HTTP SOCKS5 proxy and much more phptuts August 10, 2012 This is a useful class written by me and use it regularly. Features HTTPS connection Basic authorization, HTTP proxy SOCKS5 proxy Cookie jar and much… Continue Reading
PHP: Using SOCKS4 with SSL connection phptuts August 8, 2012 Please read first: PHP SOCKS4 Interface Try to grab data from a HTTPS page like: https://www.google.com we get a empty string string(0) “” or an… Continue Reading
PHP SOCKS4 Interface phptuts August 8, 2012 SOCKS was originally developed by David Koblas and subsequently modified and extended by me to its current running version — version 4. It is a… Continue Reading