Prepare Scripts for SSL Connections

ID - _BUGFISH - E#53
^Top
<< Back
Mobile-Menu










Prepare Scripts for SSL Connections
Category: C-Sharp
Sub-Category:
Creator: Jan-Maurice Dahlmanns
Created: 2020-09-24 07:34:46
Modified: 2024-11-17 06:08:14
Views: 666

Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.

If SSL Connections fail with Security Protocol Error, this code in Main Function could do the trick!

            ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls
                            | SecurityProtocolType.Tls11
                            | SecurityProtocolType.Tls12
                            | SecurityProtocolType.Ssl3;

Currently 0 Upvotes!

captcha image
System - 2024-11-05 18:27:26
Commenting System Initialized! Have a very nice day!

Switches: 0 | Arrivals: 5 | Visits: 5
This Website is using Session Cookies for Site Functionality.