-
Notifications
You must be signed in to change notification settings - Fork 61
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
Getting SSL TLS1.2 error #637
Comments
I have tried monkey patching, by setting a custom httpsAgent with TLS v1.2 to the Axios instance in uapi-request but it didn't work. |
Hello @frhnfrq,
Thank you, and have a nice day! |
Hi @kommandant-topp, uapi-json: 1.16.0 Here's the full request dump, |
Hello @frhnfrq, We'll discuss with our team the possible solution, but I'm not sure that we'll be able de deploy it fast. Thank you, and have a nice day! |
Hi @kommandant-topp, Here's the log
Moreover, please do have a discussion with your team regarding the TLS issue for newer version of node. Thank you very much, you have a nice day too! |
My bad, I missed the fact that production flag is set to true by default |
Hello developer, when can this issue be resolved and merged into the main branch. Thanks! |
Hello @misoag, Meanwhile, do you consider contributing to this fix? Thank you, and have a nice day |
@kommandant-topp i have same problem this issue. i use nodejs 20.10.0 and npm version 10. then should i downgrade my nodejs version? |
Hello @kim00425, Thank you, and have a nice day |
@kommandant-topp i understand that support for nodejs version 16 is now ending. can this be resolved by contacting Travelport? |
@kommandant-topp It is said that Travelport recently renewed its SSL certificate. please confirm. |
Hello @kim00425, Thank you, and have a nice day! |
@kommandant-topp If you run it now, it will work. when i run on version 20.10.0, the request was made normally. @frhnfrq try to node 18 |
Hello @kim00425, Thank you a lot for the update! |
Hi,
I am getting the following error whenever trying to make a request,
I'm assuming it's because Travelport only supports TLS1.2 and the client is trying to make the request using a different version. Please let me know how I can fix this.
The text was updated successfully, but these errors were encountered: