URLS with cgi-bin and using https do not seem to work. I am using Squid 2.6 stable 6 on RH Linux 4.
How do I get these types of urls to work? I have an allow list, to allow the site test.edu/cgi-bin/email. The URL also is using https (port 443, which is an allowed safe port). This is for a form where the action method is a Post to a file in the test.edu/cgi-bin/email directory. However, it does not go through. I get a denied to test.edu:443.
I have already commented out the lines
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
in the squid.conf file.
How can I fix this?
thanks,
olmos
How do I get these types of urls to work? I have an allow list, to allow the site test.edu/cgi-bin/email. The URL also is using https (port 443, which is an allowed safe port). This is for a form where the action method is a Post to a file in the test.edu/cgi-bin/email directory. However, it does not go through. I get a denied to test.edu:443.
I have already commented out the lines
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
in the squid.conf file.
How can I fix this?
thanks,
olmos