Skip to content

TLS 1.2 #4

@jvzoggel

Description

@jvzoggel

Nasa enforces the use of TLS 1.2 now.

Adding the following line in the NetworkHelper will force the http requests to use TLS 1.2.

System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions