Fallback mechanism for SNI value to use in case of IP input #125
Labels
Investigation
Something to Investigate
Type: Enhancement
Most issues will probably ask for additions or changes.
tlsx version:
dev
/main
Please describe your feature request:
Different server behaves differently depending on requirement when it comes to SNI value to use with tls connection when connecting to IP directly.
As of #123, empty SNI is used when connecting to IP and random SNI can be passed using
-random-sni
option following the default behavior ofcurl
when it comes to TLS connection with IP input.As the purpose of
tlsx
to connect all possible hosts as possible, we need to implement a fallback mechanism to use appreciated SNI value which requires further research to collect all the possible errors to implement the fallback mechanism effectively.The text was updated successfully, but these errors were encountered: