VSCode Version: 1.9.0 OS Version: Windows 10 Steps to Reproduce: Launch debug task Watch debug console The new update appears to have broken the debug output. Previously we would get the following when launching the debug task: node --in...
value; if(cn !== 'the-client') { verified = { alert: forge.tls.Alert.Description.bad_certificate, message: 'Certificate common name does not match expected client.' }; } } return verified; }, connected: function(connection) { console.log('connected'); // send message to client ...