| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1dabc73 commit e12ee59
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,7 +65,7 @@ function test(dhparam, keylen, expectedCipher) { | |||
| 65 | 65 | ||
| 66 | 66 | server.listen(0, '127.0.0.1', common.mustCall(() => { | |
| 67 | 67 | const args = ['s_client', '-connect', `127.0.0.1:${server.address().port}`, | |
| 68 | - '-cipher', ciphers]; | ||
| 68 | + '-cipher', `${ciphers}:@SECLEVEL=1`]; | ||
| 69 | 69 | ||
| 70 | 70 | execFile(common.opensslCli, args, common.mustSucceed((stdout) => { | |
| 71 | 71 | assert(keylen === null || | |
| Back | FazBrowse Home | New Git URL |
0 commit comments