Setting up basic station protocol on Kerlink Wirnet Station

Hi Jac,

Thanks for the feedback, I will look into hyour suggestion.

While troubleshooting, I noticed one thing.

2020-08-20 20:56:59.997 [any:INFO] /root/tc.trust:
cert. version : 3
serial number : 0A:01:41:42:00:00:01:53:85:73:6A:0B:85:EC:A7:08
issuer name : O=Digital Signature Trust Co., CN=DST Root CA X3
subject name : C=US, O=Let’s Encrypt, CN=Let’s Encrypt Authority X3

which seems OK.

While reading this article:

it shows in their debug:
ssl_tls.c:4524 MBEDTLS[3]: subject name : CN=lns.in.thethings.network
ssl_tls.c:4524 MBEDTLS[3]: subject alt name : lns.in.thethings.network

In their example , both the CN, and SubjectAltName are the ‘lns’, not the CA X3.
I am trying to achieve the same debug output (from lib mbedtls), but mine does not seem to print as theirs when using:
STATION_TLSDBG=9 /usr/bin//station --home=/root &

Do you have any suggestion for that?

Thanks,

Ron