Ask Your Question
1

Is it impossible to establish a secure SSL/TLS channel using HttpClient in C# net versions 4.8?

asked 2023-06-24 04:27:16 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-24 04:38:02 +0000

bukephalos gravatar image

No, it is not impossible to establish a secure SSL/TLS channel using HttpClient in C# .NET versions 4.8. In fact, HttpClient supports SSL/TLS by default and can establish secure connections using protocols such as TLS 1.2 and TLS 1.3. However, it is important to properly configure HttpClient to ensure secure communication and avoid vulnerabilities such as weak cipher suites or certificate validation errors. This can be done by specifying appropriate SSL/TLS parameters and certificate validation options.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-24 04:27:16 +0000

Seen: 7 times

Last updated: Jun 24 '23