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

Can't connect with TLS 1.2 because TLS1.0 is hardcoded in StartTLS() method #105

Open
RichardMcgough opened this issue Oct 27, 2019 · 0 comments

Comments

@RichardMcgough
Copy link

I am able to connect to an Openfire XMPP server configured to require TLS 1.0 but it doesn't work with TLS 1.2. I traced this down to the StartTLS() method which sets the protocol to SslProtocols.Tls which specifies TLS 1.0.

I changed it to TLS 1.2 and it works. It seems the JabberClient should expose the desired TLS protocol as a property that can be configured when the client is instantiated.

@ForNeVeR ForNeVeR self-assigned this Oct 28, 2019
@ForNeVeR ForNeVeR removed their assignment May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants