M95 MQTT Connection problem & QSECWRITE Time out error

Hello,I want to connect to the adafruit mqtt server address with the M95 module I use in my project.

  1. I was getting error on query AT+QMTOPEN=0,“io.adafruit.com”,1883 on my first try, so I updated my firmware version with M95FAR03A21.
  2. In my attempt after updating the software, I get a connection lost error as given below.
  3. I get an ERROR error at the command AT+QIDNSCFG=8.8.8.8,8.8.4.4. I cannot connect to the DNS provider I want.

/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
[2023-05-29 22:09:39:640_S:] AT+CREG?
[2023-05-29 22:09:39:653_R:] AT+CREG?

[2023-05-29 22:09:39:653_R:] +CREG: 0,1

[2023-05-29 22:09:39:653_R:] OK
[2023-05-29 22:09:39:663_S:] AT+CGREG?
[2023-05-29 22:09:39:682_R:] AT+CGREG?

[2023-05-29 22:09:39:682_R:] +CGREG: 0,1

[2023-05-29 22:09:39:682_R:] OK

/* Use AT+COPS? to query current Network Operator */
[2023-05-29 22:09:39:707_S:] AT+COPS?
[2023-05-29 22:09:39:730_R:] AT+COPS?

[2023-05-29 22:09:39:730_R:] +COPS: 0,0,“Turkcell Iletisim Hizmetleri”

[2023-05-29 22:09:39:730_R:] OK
[2023-05-29 22:09:59:177_S:] AT+CREG?
[2023-05-29 22:09:59:198_R:] AT+CREG?

[2023-05-29 22:09:59:198_R:] +CREG: 0,1

[2023-05-29 22:09:59:198_R:] OK
[2023-05-29 22:10:04:225_S:] AT+CGATT?
[2023-05-29 22:10:04:238_R:] AT+CGATT?

[2023-05-29 22:10:04:238_R:] +CGATT: 1

[2023-05-29 22:10:04:238_R:] OK
[2023-05-29 22:11:03:634_S:] AT+QILOCIP
[2023-05-29 22:11:03:647_R:] AT+QILOCIP

[2023-05-29 22:11:03:647_R:] 10.126.241.142
[2023-05-29 22:11:18:648_S:] AT+QMTOPEN=0,“io.adafruit.com”,1883
[2023-05-29 22:11:18:667_R:] AT+QMTOPEN=0,“io.adafruit.com”,1883

[2023-05-29 22:11:18:667_R:] OK

[2023-05-29 22:11:19:687_R:] DSR:1 CTS:1 (RI:1) DCD:0

[2023-05-29 22:11:19:706_R:] +QMTOPEN: 0,0

[2023-05-29 22:11:19:806_R:] DSR:1 CTS:1 (RI:0) DCD:0

[2023-05-29 22:11:50:351_R:] DSR:1 CTS:1 (RI:1) DCD:0

[2023-05-29 22:11:50:368_R:] +QMTSTAT: 0,1

[2023-05-29 22:11:50:477_R:] DSR:1 CTS:1 (RI:0) DCD:0
t`

[2023-05-29 22:11:50:477_R:] DSR:1 CTS:1 (RI:0) DCD:0
[2023-05-29 22:22:45:308_S:] AT+QMTCFG=“SSL”,0,1,2
[2023-05-29 22:22:45:329_R:] AT+QMTCFG=“SSL”,0,1,2

[2023-05-29 22:22:45:329_R:] OK
[2023-05-29 22:22:51:199_S:] AT+QSECWRITE=“RAM:cacert.pem”,1467,100

[2023-05-29 22:22:51:213_R:] DSR:1 CTS:1 RI:0 (DCD:1)
[2023-05-29 22:22:51:225_R:] AT+QSECWRITE=“RAM:cacert.pem”,1467,100

[2023-05-29 22:22:51:230_R:] CONNECT

[2023-05-29 22:24:30:823_R:] DSR:1 CTS:1 RI:0 (DCD:0)

[2023-05-29 22:24:30:839_R:] +QSECWRITE: 0,0

[2023-05-29 22:24:30:839_R:] +CME ERROR: Time out

Hello, the processes of mqtt and mqtts are somewhat different, please refer to the mqtt manual I sent to you privately, and refer to the mqtt with ssl section
image