Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Problem #115

Open
SAkhoundi opened this issue Mar 17, 2024 · 4 comments
Open

SSL Problem #115

SAkhoundi opened this issue Mar 17, 2024 · 4 comments

Comments

@SAkhoundi
Copy link

SAkhoundi commented Mar 17, 2024

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
Copy link
Owner

Nerixyz commented Mar 17, 2024

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

@SAkhoundi
Copy link
Author

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
Copy link
Author

SAkhoundi commented Mar 21, 2024

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 SAkhoundi reopened this Mar 21, 2024
@SAkhoundi
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants