I have problem with long hostnames. It seems the problem occurs when hostname exceeds 40 characters. When I try to open SSL with long host name I get an error:
AT+QSSLOPEN=1,1,0,"aaaaaaaaaaaaaaaaaaaaaaaaaaaa.example.net",8883
ERROR
but with slightly shorter hostname it works
AT+QSSLOPEN=1,1,0,"aaaaaaaaaaaaaaaaaaaaaaaaaaa.example.net",8883
OK
+QSSLOPEN: 0,565 - expected error the host name does not exists
AT+GMR
EG25GGBR07A07M2G
Is there some maximum hostname length? And is there some way around it?
I tried it also on EC21 module and even longer hostnames work fine there.