-
Notifications
You must be signed in to change notification settings - Fork 37
[Question] Postmark TLS configuration changes. Any action required for users of this library? #77
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
Comments
Hi @erikfunkis you don't need to take any action with the library. The TLS configuration is not set in the library itself but rather in underlying http library which is using nodejs TLS configuration. NodeJS is using TLS versions which specific node version supports. Recent versions of node support TLS 1.0 through 1.3 and in this case newer version of TLS will be used. Everything should continue to work the same. |
Hey @erikfunkis got additional details from a colleague for testing it out.
|
Thank you for the quick response and the concrete suggestion for how to try the new settings! Much appreciated! 🚀💗 |
Question. Is the NodeJs package version "postmark": "^2.3.0" impacted with this change? From what I understand here, it is not, but actually the impact is based on the nodejs version being used? 8, 9, 10? Am I right? |
Hi @katlimruiz postmark version "2.3.0" , is working similar to latest one so it should not be impacted by the change. And since you use NodeJS 10, you should be fine. However, I strongly advise using newer (idealy latest) library version, since old versions prior to 2.5.0 uses request library for the requests, which was deprecated. |
How do i enforce use of tls1.1 from my side? |
version of tls you use would depend on your environment. You could set on Node something like in this article: On my side default maximum version allowed is used. (if I choose minimum 1.1 and max 1.3) |
Hi!
Thank you for a nice and very useful library!
Postmark sent out emails containing this information: https://postmarkapp.com/updates/upcoming-tls-configuration-changes-for-api-users-action-may-be-required
If I just connect to the PostMark API through this library, do you know if I need to take action? If so, how?
The text was updated successfully, but these errors were encountered: