Skip to content

SecurityProtocols #91

Answered by atauenis
asterismo asked this question in Q&A
May 19, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Partially correct.

This option configures SSL/TLS versions which WebOne will use to connect to remote servers. The option is set by "OR" operation over .NET internal IDs of TLS versions:

SecurityProtocols - possible workaround for SSL/TLS errors. It enables or disables particular security protocols. This setting is based on SecurityProtocolType Enum and can be either a single type or an OR-ed combination of them. Default: unset or 4032 (4032 = 192 | 768 | 3072) depending on OS version and MS IE settings.

SecurityProtocols=1 is not seems to be known by .NET Runtime, but SecurityProtocols=0 is SystemDefault (and it is equal to 4032 on pre-Windows 10 systems, and to result of 192 | 768 | 3…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by atauenis
Comment options

You must be logged in to vote
1 reply
@atauenis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #90 on May 19, 2023 08:21.