How To Connect To Site If Site Uses TLS 1.3
-
The connection to this site is encrypted and authenticated using TLS 1.3, X25519, and CHACHA20_POLY1305.
How To Connect To Site If Site Uses TLS 1.3 , X25519 and CHACHA20_POLY1305.
Any Help Would Be Appreciated.
-
You need to set TLS in the request block on to use system default and set up your windows settings (probably in the registry) to support TLS 1.3 and those ciphers
-
@Ruri i alredy done that but same error
-
Then i suggest using python or something, .NET uses window's default SSL/TLS imple, while other languages have their own thing and you can configure versions and ciphers autonomously.
-
okay! thanks!
-
@Ruri for tls 1.3 which option i should choose? tls 12 or what?
-
There should be an option that says system default
-
okay! thanks!