Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axios support for TLS 1.3 #5618

Open
dbnode opened this issue Mar 24, 2023 · 2 comments
Open

Axios support for TLS 1.3 #5618

dbnode opened this issue Mar 24, 2023 · 2 comments

Comments

@dbnode
Copy link

dbnode commented Mar 24, 2023

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 dbnode added the feature label Mar 24, 2023
@jrjake
Copy link

jrjake commented Apr 9, 2023

What NodeJS version are you using?

@MajdT51
Copy link

MajdT51 commented Jul 23, 2024

UP!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants