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
Version
17.1
Platform
ubuntun 20 x64
Subsystem
No response
What steps will reproduce the bug?
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