Hi, I am using squid 2.5S4. I ca'nt access sites like http://`black.blogspot.com/ which has the "`" character in the domain. I understand from the FAQ that underscore are not allowed, and the solution calls for the using of ./configure --enable-underscores does not seems like a possible solution.
I've tried and found that if I am bypassing squid using direct telnet, the following get request would work: What I find strange is that IE can retrieve the site if it goes direct, but if it is going thru Squid it fails. Is'nt the browser tasked with generating the GET request headers before passing thru the proxy? If that's the case, the browser should be telling Squid that the domain is black.blogspot.com and the host is `black.blogspot.com, just like it did by going direct to the site. Thanks. HK # telnet black.blogspot.com 80 Trying 66.102.15.101... Connected to black.blogspot.com. Escape character is '^]'. GET / HTTP/1.0 Host: `black.blogspot.com HTTP/1.1 200 OK Date: Fri, 06 Feb 2004 00:52:48 GMT Server: Apache Last-Modified: Thu, 05 Feb 2004 11:25:43 GMT Content-Length: 17925 Servlet-Engine: Tomcat Web Server/3.2.3 (JSP 1.1; Servlet 2.2; Java 1.4.0; Linux 2.4.18-smp i386; java.vendor=Sun Microsystems Inc.) Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/html
