Why calling AWS APIGateway from .Net framework 4.6.1 gives internal server error unlike .net 6.0 gives OK status. The same exact code using httpclient & same timeout 30 seconds.
Asked
Active
Viewed 168 times
0
-
I got runtime error from .Net 4.6.1: Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm – MarwaAhmad Mar 24 '22 at 11:33
1 Answers
0
Because I was using httpruntime 4.5.1. I replaced it with 4.6.1 stackoverflow runtime version issue

MarwaAhmad
- 808
- 9
- 21