-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.questionIssues that look for answers.Issues that look for answers.
Description
Version
17.1
Platform
ubuntun 20 x64
Subsystem
No response
What steps will reproduce the bug?
if (sslConfig.type == 'pfx') {
serverOptions = {
pfx: fs.readFileSync(path.join(configDir, 'ssl', sslConfig.pfxName)),
passphrase: sslConfig.pfxPassword
};
}
let server = https.createServer(serverOptions, async function(req, res) {
});How often does it reproduce? Is there a required condition?
every time
What is the expected behavior?
No response
What do you see instead?
pem works fine
Additional information
No response
alallier and franchb
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.questionIssues that look for answers.Issues that look for answers.