-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
How to deal the problem with self-signed certification?
PS. I don't have any problem if the host has not use SSL.
$ node tracegl https://www.example.com
[trace.GL] See your code. This product has a commercial license.
[trace.GL] WebGL trace UI: http://0.0.0.0:2000
[trace.GL] Checking for update...[trace.GL] Proxying browser JS: http://0.0.0.0:2080 -> https://www.example.com
up to date.
events.js:72
throw er; // Unhandled 'error' event
^
Error: SELF_SIGNED_CERT_IN_CHAIN
at SecurePair.<anonymous> (tls.js:1357:32)
at SecurePair.EventEmitter.emit (events.js:92:17)
at SecurePair.maybeInitFinished (tls.js:970:10)
at CleartextStream.read [as _read] (tls.js:463:15)
at CleartextStream.Readable.read (_stream_readable.js:320:10)
at EncryptedStream.write [as _write] (tls.js:366:25)
at doWrite (_stream_writable.js:221:10)
at writeOrBuffer (_stream_writable.js:211:5)
at EncryptedStream.Writable.write (_stream_writable.js:180:11)
at write (_stream_readable.js:583:24)
Metadata
Metadata
Assignees
Labels
No labels