mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Upgraded proxy sockets to use CONNECT 1.0 to avoid proxy problems -- for the time being (see also #741/ #739)
This commit is contained in:
		| @@ -6973,7 +6973,7 @@ fd_socket() { | |||||||
|                pr_magenta "$PROG_NAME: unable to open a socket to proxy $PROXYIP:$PROXYPORT" |                pr_magenta "$PROG_NAME: unable to open a socket to proxy $PROXYIP:$PROXYPORT" | ||||||
|                return 6 |                return 6 | ||||||
|           fi |           fi | ||||||
|           echo "CONNECT $nodeip:$PORT" >&5 |           echo -e "CONNECT $nodeip:$PORT HTTP/1.0\n" >&5 | ||||||
|           while true ; do |           while true ; do | ||||||
|                read proyxline <&5 |                read proyxline <&5 | ||||||
|                if [[ "${proyxline%/*}" == "HTTP" ]]; then |                if [[ "${proyxline%/*}" == "HTTP" ]]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk