Hi All, I am in the process of testing ATS/2.1.3 which I have built locally without any modifications to the code from trunk. When I tested TS with VisualWGET by just passing http and https requests, I get the following errors, but visualwget says it connects to the proxy and shows the ip and port.
*The errors are : For https:// requests: =============== Proxy tunneling failed: Not FoundUnable to establish SSL connection http:// requests: ============= Connecting to 205.188.225.35:80... connected. Proxy request sent, awaiting response... 404 Not Found 2010-11-22 18:41:49 ERROR 404: Not Found.* I have enabled the logs in records.config and in .err file I couldn't find any errors in the debug messages. Few of the debug messages are *[Nov 22 08:12:23.277] Server {1506704272} DEBUG: (http_tproxy) Marking accepted connect on 9cb8548 as not outbound transparent. .... [Nov 22 08:12:23.277] Server {1437907024} DEBUG: (http_cs) [55] session born, netvc 0x9cf9b50 [Nov 22 08:12:23.277] Server {1437907024} DEBUG: (http_cs) [55] using accept inactivity timeout [120 seconds] [Nov 22 08:12:23.277] Server {1437907024} DEBUG: (http_cs) [55] Starting transaction 1 using sm [55] [Nov 22 08:12:23.277] Server {1437907024} DEBUG: (http) [55] [HttpSM::main_handler, VC_EVENT_READ_READY] [Nov 22 08:12:23.277] Server {1437907024} DEBUG: (http) [55] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY] [Nov 22 08:12:23.277] Server {1437907024} DEBUG: (http) [55] done parsing client request header ...... *How do I solve this ? What has gone wrong in the build ? Any help would be great. Thanks, GG