Axios support for TLS 1.3
Is your feature request related to a problem? Please describe.
While triggering a request using axios in nodejs application where we have two way ssl enabled of APIs and TLS 1.3 enabled on Apache. We get an error 403 cannot perform post handshake authentication. It is missing post_hanshake_auth extension which is mandatory from client end to perform post handshake auth in TLS 1.3
Can this feature be supported in axios
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context/Screenshots
No response
What NodeJS version are you using?
UP!
Thanks for the issue, we are adding this as a potential feature to a mega-feature issue with many feature requests please see the motivation for doing this:
https://github.com/axios/axios/issues/6983
And the mega-feature issue here:
https://github.com/axios/axios/issues/6984