Jakub Sobolewski
Jakub Sobolewski
I'd love to see SNI support both in Server and in the Client.
Hi @sbernard31 ! I tried to enable SNI support on Leshan server using DTLS settings like below: `coapConfig.set(DtlsConfig.DTLS_USE_SERVER_NAME_INDICATION, true);` And it seemed to work fine when device connected in regular...
@sbernard31 We'd love to help. My team agreed that we should contribute as much as possible, so we'd like to work on the code (and test code) starting with server...
@sbernard31 I agree - that's a good place to start.
@sbernard31 actually both :)
Oh wow... I missed that! Until now I was sure that SNI is only used with X.509 authentication. I have to dig deeper to understand what it means for PSK......
@sbernard31 our main goal is to make X.509 work with SNI. To my understanding, SNI is provided by the client when it establishes connection with the server. It's a hint...
@sbernard31 actually I was testing with M7 Server version. I will update and test again with the latest main branch. Maybe the problem is somewhere on our side. I will...
@sbernard31 I looked at the code changes you've made and it looks cool! I just need some time to test them on our environment (unfortunately it's not that easy since...