You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's not an issue with "prince", but an issue with Node itself. See the line:
node:507) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
Node cannot verify the SSL/TLS connection. The workaround is also given (setting the environment variable!).
The environment variable was already set (Btw. which was the reason for the warning). Even unsetting does not change the exception. After googleing a while, it seems that axios has sometimes several problems with corporate proxies. That would match to our case. After switching from request to axios the download does not work anymore.
After upgrading from 1.9.14 to 1.11.1 the download of the princexml package fails with following exception:
We also tried to set the proxy configuration via
npm config set proxy "http://www.example.com:80"
.https-proxy
andnoproxy
were set too.Upgrading to 1.10.0 produces the same exception.
Our used environment:
If you need any further information please let me know.
The text was updated successfully, but these errors were encountered: