Hello
I made a program using WINHTTP . I had a question blow...
"I tried to wireshark capture network traffic when connect to that SERVER using 'IE browser'. first client_hello message does not include RC4 with TLS ver1.0. but next client_hello message include RC4 with TLS ver1.0. because that SERVER only support RC4 cipher in TLS 1.0(no SSL3.0). I think windows8.1 automatically modify cipher suite. "
I just had a answer from someone . It is a new function in windows 8.1. It's called "Application protocol negotiation" in Windows 8.1.
so, I wonder about ... Is it possible to programming disable negotiation function? It means .. i want first client_hello message has RC4 cipher. because when i WINHTTP function, client_hello message does not include RC4 cipher in TLS 1.0.
Can i include RC4 cipher in TLS 1.0 using WINHTTP function?
please hellp me.