Update http.js

This commit is contained in:
Namhyeon Go 2023-03-09 11:42:55 +09:00 committed by GitHub
parent ba33419c67
commit 42f971ab07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -923,7 +923,7 @@ var HTTPObject = function(engine) {
}; };
this.detectSSLCompleted = function() { this.detectSSLCompleted = function() {
return this.detectSSL() && (this.debuggingText.indexOf("certificate problem") > -1); return this.detectSSL() && (this.debuggingText.indexOf("certificate problem") < 0);
}; };
this.create(); this.create();