alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

fix: deprecate ssl-root-cas and switch to use tls.rootCertificates to… #686

Closed ShenChen93 closed 3 years ago

ShenChen93 commented 3 years ago

… retrieve all root cas

Description

Remove dependency on ssl-root-cas. Switch to use tls.rootCertificates to retrieve all root cas

Motivation and Context

Related to issue #685

Testing

Add one unit test for node version. All existing unit tests pass. Also used the integration test on developer conosle (certification)

Screenshots (if appropriate)

Types of changes

Checklist

License