NODE_TLS_REJECT_UNAUTHORIZED ?
See original GitHub issue$ sitemap-generator http://persagen.com/ /mnt/Vancouver/domains/PERSAGEN.com/2.0/sitemap.xml
(node:9038) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0'
makes TLS connections and HTTPS requests insecure by disabling certificate verification.
$ sitemap-generator -V
6.2.5
0 byte sitemap.xml
generated
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
TLS what exactly does 'rejectUnauthorized' mean for me?
rejectUnauthorized : If true , the server certificate is verified against the list of supplied CAs. An error event is emitted if verification ......
Read more >How to Resolve Certificate Errors in a NodeJS App with SSL ...
A practical guide to resolving SSL certificate errors · SSL Handshake · Deep Dive Into TLS Handshake · Quick and Dirty Fix: rejectUnauthorized...
Read more >TLS (SSL) | Node.js v19.3.0 Documentation
Clients always request a server certificate. Servers ( isServer is true) may set requestCert to true to request a client certificate. rejectUnauthorized :...
Read more >TLS Socket "rejectUnauthorized" - How am I supposed to use it?
If I set Client "rejectUnauthorized: false" I'd get error "Error: self signed certificate" and I cannot connect, because it seems that it ...
Read more >HTTPS certificate non-validation vulnerability in Node.js
The key here is rejectUnauthorized . This Node.js option configures whether the request will check that the server's certificate is valid. If this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lgraubner : thank you for looking into this Issue (appreciated). The uptime on my computer (Arch Linux) was significant, ~40d or so (enough for a couple of linux kernel updates to have transpired).
Operating that long without rebooting eventually causes issues, so I rebooted this morning, and just now re-ran the sitemap generator. It appeared to run fine (now), despite the
NODE_TLS...
warning, generating a 24.6KiBsitemap.xml
file.tl/dr: appears to be working fine, now.
@templeman Thanks for your feedback.
@victoriastuart Actually I just generated a sitemap for your site without any problems. This seems to be a different problem. Can you try with a different path? Do you have proper permissions?
The warning will be fixed in the next release.