s-hadinger
s-hadinger
Thanks @ryancdotorg This discussion is from 3 years ago, I need to refresh my memory. I added `#define USE_MQTT_TLS_DROP_OLD_FINGERPRINT` a while ago to disable moving from previous fingerprints. After 3...
Thanks. Can you provide logs at level 3 `weblog 3` or `seriallog 3` when it's working and when it's not working ov v14.0.0.1?
I'm not familiar with the time it normally makes, but it seems the two log lines are very close to each other: ``` 20:28:07.833 TGM: sendMessage 20:28:07.834 WIF: DNS resolved...
I'm still surprised how quickly it returns the error, 105 ms including the logging
Unrelated issue: ``` GoDaddy Daddy Secure Certificate Authority - G2, RSA 2048 bits SHA 256, valid until 20220523 ``` It seems that the GoDaddy Authority is long expired. Although I...
Invalid fingerprint would generate a TLS error. It's not the case here. You can also reset the fingerprint with all zeroes to accept any value
Ah, it is a TLS connection error after all. Let me first update the CA.
I updated the CA from Telegram, but now I get error 49: `BR_ERR_X509_UNSUPPORTED` - certificate contains unsupported features that cannot be ignored. This would be a lot of work to...
Nice finding. Maybe we should handle negative offset as starting from end, like in arrays. Thoughts?
Fixed, awaiting approval before merging