Commit 18da1b8
committed
Fix some IPv6 proxy issues
As a quick hack this PR enables *basically* the IPv6 proxy which results that testssl.sh
will use an IPv6 proxy when
* the binary supports that
* the binary is used an not tls_sockets()
* there's no A record but an AAAA record of the proxy or an IPv6 address as proxy address was specified.
The latter should guarantee that it doesn't break anything.
However tls_sockets() still uses IPv4 for the connection to the proxy.
See #11051 parent 5359bef commit 18da1b8
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21962 | 21962 | | |
21963 | 21963 | | |
21964 | 21964 | | |
| 21965 | + | |
21965 | 21966 | | |
21966 | | - | |
21967 | 21967 | | |
21968 | 21968 | | |
21969 | | - | |
21970 | | - | |
21971 | | - | |
| 21969 | + | |
21972 | 21970 | | |
21973 | 21971 | | |
| 21972 | + | |
| 21973 | + | |
| 21974 | + | |
21974 | 21975 | | |
| 21976 | + | |
| 21977 | + | |
21975 | 21978 | | |
| 21979 | + | |
| 21980 | + | |
| 21981 | + | |
21976 | 21982 | | |
21977 | 21983 | | |
21978 | 21984 | | |
| |||
0 commit comments