HI, i have been using the nrf9151 to download my OTA's it has been working fine, but since this week it stopped working for all device we have deployed, i suspect it is related to the change in certificates but i already tried to go back to a certificate of the same type, also tryed multiple options on nginx and reverted back to what we had, but currenly http works fine while https always fails, even if i use other https urls stored in a diferent server.
I can validate the behavior also using tge nrf desktop and AT commands:
> AT+CFUN=1 OK > AT+CEREG? +CEREG: 0,5,"BCB6","0010D9FF",7 OK > AT#DOWNLOADFW="https://updates.server.com","/firmwares/download/795/firmware.bin?currentversion=2026-01-27T14:41:05Z&deviceId=F4EEFA811B94" OK OK > AT#GETDOWNLOADDATA=1024 +DL: 3, -34 OK
Any idea what could have caused this issue?