-
Notifications
You must be signed in to change notification settings - Fork 46
TLS 1.2 #21
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 8000 to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please submit a pull request.
…On Fri, 18 May 2018, 19:00 Kaugustine01, ***@***.***> wrote:
The connect call back in telnet.cs does not support TLS 1.2. Can we
enhance to allow an option in the config?
ssl.AuthenticateAsClient(this.address,null,System.Security.Authentication.SslProtocols.Tls12,false);
May need to add ServicePointManager.SecurityProtocol =
SecurityProtocolType.Tls12; in a few places too.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAI5vg_P62qSpBChmmbPY5KzGYZ1wf7rks5tzv5BgaJpZM4UFDrb>
.
|
Was asking someone to make the change. I’ve never made a change before In GitHub
…Sent from my iPhone
On May 18, 2018, at 1:17 PM, Francois Botha ***@***.***> wrote:
Please submit a pull request.
On Fri, 18 May 2018, 19:00 Kaugustine01, ***@***.***> wrote:
> The connect call back in telnet.cs does not support TLS 1.2. Can we
> enhance to allow an option in the config?
>
> ssl.AuthenticateAsClient(this.address,null,System.Security.Authentication.SslProtocols.Tls12,false);
>
> May need to add ServicePointManager.SecurityProtocol =
> SecurityProtocolType.Tls12; in a few places too.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#21>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAI5vg_P62qSpBChmmbPY5KzGYZ1wf7rks5tzv5BgaJpZM4UFDrb>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The connect call back in telnet.cs does not support TLS 1.2. Can we enhance to allow an option in the config?
ssl.AuthenticateAsClient(this.address,null,System.Security.Authentication.SslProtocols.Tls12,false);
May need to add ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; in a few places too.
The text was updated successfully, but these errors were encountered: