EC 25 throws +CME error 705

Im trying to get the data from firestore through https get but i facing error 705

Hi @MJ_Dragneel
From the screenshot, it looks like you configured SSL, please make sure which kind of SSL authentication the server supports, one-way authentication or two-way authentication. Then configure the appropriate SSL level. The SSL you configured in the screenshot is the no authentication mode

AT+QSSLCFG=“cacert”,2,“RAM:AmazonRootCA1.pem”

AT+QSSLCFG=“clientcert”,2,“RAM:certificate.pem.crt”

AT+QSSLCFG=“clientkey”,2,“RAM:private.pem.key”

AT+QSSLCFG=“seclevel”,2,0

AT+QSSLCFG=“sslversion”,2,4

AT+QSSLCFG=“ciphersuite”,2,0xFFFF

AT+QSSLCFG=“ignorelocaltime”,2,1

AT+QMTOPEN=0,“xxxxxxxxxxx-ats.iot.eu-north-1.amazonaws.com”,8883

but cant establish connection the reply is -1