its funny i have socks 4/5 coded up no problem but im having trouble with http
i got basic http proxy setup but when i try https requests i get unsupported method and protocol. can anyone clue me into the right process for the http ssl protocol? do i connect to the proxy using secure socket first, or do i connect with standard security, and then switch to secure after connected like with socks? neither way is working, but if someone who knows what they are doing could give me a clue i could prevent wasting time.
i got basic http proxy setup but when i try https requests i get unsupported method and protocol. can anyone clue me into the right process for the http ssl protocol? do i connect to the proxy using secure socket first, or do i connect with standard security, and then switch to secure after connected like with socks? neither way is working, but if someone who knows what they are doing could give me a clue i could prevent wasting time.