First I disable the following things in windows server 2016.
- Triple DES cipher
- RC4 cipher
- TLS CBC Mode ciphers
- TLS 1.0
- TLS 1.1
Then, I reboot the server.
Finally, I call the web application which is hosted at above server from my client browser.
Here is the problem I can not connect to that web application via browser
What am I missing something?
What should I do to be able to use from end users?
Thank you.