node-radius-server icon indicating copy to clipboard operation
node-radius-server copied to clipboard

tls 1.3 support

Open simllll opened this issue 2 years ago • 0 comments

right now tls 1.3 support is not working, to workaround any issues (especially windows 11, update 22h2) you can disable tls 1.3 for now by setting inside config.js

certificate: {
...other configs...
                secureProtocol: 'TLSv1_2_method'
}

for implementation details see see https://datatracker.ietf.org/doc/rfc9190/ especially point 2.3. Key Hierarchy

simllll avatar Feb 06 '23 09:02 simllll