axios icon indicating copy to clipboard operation
axios copied to clipboard

Axios support for TLS 1.3

Open dbnode opened this issue 3 years ago • 2 comments

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

dbnode avatar Mar 24 '23 14:03 dbnode

What NodeJS version are you using?

jrjake avatar Apr 09 '23 06:04 jrjake

UP!

MajdT51 avatar Jul 23 '24 16:07 MajdT51

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

jasonsaayman avatar Aug 15 '25 14:08 jasonsaayman