| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d1c53fc commit 3f1787b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1335,12 +1335,14 @@ function onConnectSecure() { | |||
| 1335 | 1335 | this.destroy(verifyError); | |
| 1336 | 1336 | return; | |
| 1337 | 1337 | } else { | |
| 1338 | - debug('client emit secureConnect'); | ||
| 1338 | + debug('client emit secureConnect. rejectUnauthorized: %s, ' + | ||
| 1339 | + 'authorizationError: %s', options.rejectUnauthorized, | ||
| 1340 | + this.authorizationError); | ||
| 1339 | 1341 | this.emit('secureConnect'); | |
| 1340 | 1342 | } | |
| 1341 | 1343 | } else { | |
| 1342 | 1344 | this.authorized = true; | |
| 1343 | - debug('client emit secureConnect'); | ||
| 1345 | + debug('client emit secureConnect. authorized:', this.authorized); | ||
| 1344 | 1346 | this.emit('secureConnect'); | |
| 1345 | 1347 | } | |
| 1346 | 1348 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments