I'm getting a 403 FORBIDDEN error and need to set the TLS version to TLS v1.2 with fetch calls using the node-fetch library. How do I do that?
How do I use a specific TLS version with `node-fetch` like TLS v1.2?
499 views Asked by Dev01 At
1
I figured it out:
You can use the
tlslibrary to do it.