Nerixyz / instagram_mqtt

Realtime and Push Notification (FBNS) support for the instagram-private-api
MIT License
244 stars 49 forks source link

SSL Problem #115

Open SAkhoundi opened 3 months ago

SAkhoundi commented 3 months ago

on use of fbns after a time connected got error error ClientDisconnectedError: MQTToTClient got disconnected. Reason: {"reason":{"library":"SSL routines","reason":"wrong version number","code":"ER

i tried with this options

additionalTlsOptions:{
          minVersion:"TLSv1.3",
          maxVersion:"TLSv1.3",
          ciphers:'SSLv3',
}

did you face with this problem? do you have any solution?

Nerixyz commented 3 months ago

SSLv3 isn't a valid cipher. Take a look at the official docs.

SAkhoundi commented 3 months ago

thank you i used this option additionalTlsOptions:{ minVersion:"TLSv1.3", maxVersion:"TLSv1.3", ciphers:'ECDHE-RSA-AES128-GCM-SHA256', requestCert:true }

and error gone;

with #111 I Decrypte the package and very helpful for me thank you and thank you

SAkhoundi commented 3 months ago

Hello @Nerixyz my problem didn't solve at all can you help me to resolve the ssl error? this error make the account being deactive and deleted

SAkhoundi commented 3 months ago

Hello @Nerixyz my problem didn't solve at all can you help me to resolve the ssl error? this error make the account being deactive and deleted