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

SSL3_GET_RECORD error #12

Closed
shsu opened this issue Jan 2, 2017 · 4 comments
Closed

SSL3_GET_RECORD error #12

shsu opened this issue Jan 2, 2017 · 4 comments

Comments

@shsu
Copy link

shsu commented Jan 2, 2017

Postmark Node.js library on Node v5.12 seems to hit this issue intermittently, it looks like it may be due to that postmark API does not support insecure versions of SSL. The solution to this problem is to enforce TLSv1 on all requests as shown in this comment

> process.versions
{ http_parser: '2.7.0',
  node: '5.12.0',
  v8: '4.6.85.32',
  uv: '1.8.0',
  zlib: '1.2.8',
  ares: '1.10.1-DEV',
  icu: '56.1',
  modules: '47',
  openssl: '1.0.2h' }

Ref:
openssl/openssl#852
nodejs/node#4270 (milestone set to v8)

@atheken
Copy link
Contributor

atheken commented Jan 3, 2017

@shsu Hi! Thanks for the info. We recently switched to use the request module, which introduced this problem for some folks. We'll get it fixed and push out an update.

@shsu
Copy link
Author

shsu commented Jan 4, 2017

Thanks @atheken, please reference this issue when it is resolved.

Thanks

@ibalosh
Copy link
Contributor

ibalosh commented Nov 6, 2018

Hi @shsu

could you share details if you still see this issue? Version of request was updated, among other updates we made recently to the library while porting it to Typescript.

@ibalosh
Copy link
Contributor

ibalosh commented Nov 13, 2018

closing since we can't reproduce it anymore, if it re-appears we will check it out more in depth

@ibalosh ibalosh closed this as completed Nov 13, 2018
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

3 participants