-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
self-signed certificate #128
Comments
I'm not sure. How's that normally handled with vanilla npm? |
Typically, we can use either:
|
Gotcha. Opt 4 is definitely something I could add to the plugin, but for now I think you can use opt 3 by passing that env var to gradle e.g. NODE_TLS_REJECT_UNAUTHORIZED=0 ./gradlew publish |
@albert361 can you share where that |
@albert361 any comments or should I close this for now? |
Closing tgis for now until someone can provide some npm documentation for this. |
Hi,
Thanks for developing this plugin!
Is there a way to bypass self-signed certificate error?
The text was updated successfully, but these errors were encountered: