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
UnhandledPromiseRejectionWarning: FetchError: request to https://akashraj.tech failed, reason: unable to verify the first certificate
at ClientRequest.<anonymous> (C:\Users\Akash\node_modules\node-fetch\index.js:133:11)
at ClientRequest.emit (events.js:198:13)
at ClientRequest.EventEmitter.emit (domain.js:448:20)
at TLSSocket.socketErrorListener (_http_client.js:392:9)
at TLSSocket.emit (events.js:198:13)
at TLSSocket.EventEmitter.emit (domain.js:448:20)
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
I think this might be an issue with the certificate of Zero SSL not being included in Node. I saw an issue ( #4175 ) saying that Node has hardcoded CA certificates too. Maybe updating that might work. idk.
Zero ssl is new replacement for LetsEncrypt free ssl provider
The text was updated successfully, but these errors were encountered:
find
method to require #70-Ubuntu SMP Sun Apr 12 21:21:15 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxWhat steps will reproduce the bug?
Try sending any request to an https website secured by ZeroSSL cerificate
eg: here
akashraj.tech
is using ZeroSSLWhat is the expected behavior?
Request should succeed and return a result.
What do you see instead?
I think this might be an issue with the certificate of Zero SSL not being included in Node. I saw an issue ( #4175 ) saying that Node has hardcoded CA certificates too. Maybe updating that might work. idk.
Zero ssl is new replacement for LetsEncrypt free ssl provider
The text was updated successfully, but these errors were encountered: