Hi
So I understand that using connect method https connection can pass through http proxy
but I am seeing strange behavior and thought some one here might help me to find
the problem we are facing.
I am using simple java app to test https connectivity through http proxy:
If we run below command agains squid running on RedHat:
java -Dhttp.proxyHost=webcache.example.com -Dhttp.proxyPort=808 JavaHttpsExample
connection fails , and Squid log file won't even log any thing in log file.
but if we run:
java -Dhttps.proxyHost=webcache.example.com -Dhttps.proxyPort=8080 JavaHttpsExample
I get response and a line being recorded in log file.
And now running the same app against different squid running on Centos,
I get response from both but nothing being logged with -Dhttp.proxyHost.
Please help.
If any one has any tips or any simple app to test different aspect of https connectivity through squid please let me know.
Thanks
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users