mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-31 21:01:16 +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:
parent
2aa68827b9
commit
b4889a731b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user