| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dcbf1d9 commit fe9b6ee
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,11 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | const common = require('../common'); | |
| 3 | + if (!common.hasCrypto) | ||
| 4 | + common.skip('missing crypto'); | ||
| 3 | 5 | const fixtures = require('../common/fixtures'); | |
| 4 | 6 | const assert = require('assert'); | |
| 5 | 7 | const https = require('https'); | |
| 6 | 8 | ||
| 7 | - if (!common.hasCrypto) | ||
| 8 | - common.skip('missing crypto'); | ||
| 9 | - | ||
| 10 | 9 | // Disable strict server certificate validation by the client | |
| 11 | 10 | process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; | |
| 12 | 11 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments