Describe the bug
error = {HandshakeException} HandshakeException: Handshake error in client (OS Error: \n\tCERTIFICATE_VERIFY_FAILED: self signed certificate in certificate cha
type = "HandshakeException"
message = "Handshake error in client"
osError = {OSError} OS Error: \n\tCERTIFICATE_VERIFY_FAILED: self signed certificate in certificate chain(handshake.cc:359)
message = "\n\tCERTIFICATE_VERIFY_FAILED: self signed certificate in certificate chain(handshake.cc:359)"
errorCode = -1
To Reproduce
var yt = YoutubeExplode();
yt.videos.streamsClient
.getManifest(globalVars.mainVideo.videoId)
.then((streamManifest) { ... }
Enviroment: (please complete the following information):
Describe the bug error = {HandshakeException} HandshakeException: Handshake error in client (OS Error: \n\tCERTIFICATE_VERIFY_FAILED: self signed certificate in certificate cha type = "HandshakeException" message = "Handshake error in client" osError = {OSError} OS Error: \n\tCERTIFICATE_VERIFY_FAILED: self signed certificate in certificate chain(handshake.cc:359) message = "\n\tCERTIFICATE_VERIFY_FAILED: self signed certificate in certificate chain(handshake.cc:359)" errorCode = -1
To Reproduce var yt = YoutubeExplode(); yt.videos.streamsClient .getManifest(globalVars.mainVideo.videoId) .then((streamManifest) { ... }
Enviroment: (please complete the following information):