Topic: How do I use an HTTP proxy with the Wolfssl client?
Hello Wolfssl Community
I have a noob question. I would like to use a proxy with the wolfssl client for testing. How can I get the wolfssl client to send traffic to an explicit http proxy?
I have tried exporting variables for http_proxy https_proxy with no luck.
I have also tried the openssl syntax like this
./examples/client/client -h www.newegg.com -p 443 -g -d -proxy 127.0.0.1:8080
but I get an error message of "wolfSSL error: port number cannot be 0"
Any help would be greatly appreciated!