本文发表在 rolia.net 枫下论坛here is the config file:
==========================
AllowCONNECT 443
ProxyRequests On
ProxyVia On
<proxy *>
Order Deny,Allow
#Deny from all
Allow from 192.168.2.*
Allow from 222.170.3.70
Allow from all
</proxy>
==========================
is there any other thing I need for https CONNECT method to go through?
here is apache log:
==================
192.168.2.147 - - [11/Jun/2005:20:02:50 -0400] "GET http://rolia.net/forum/forum_reply.php?tno=285730&parent=2340943&_cno=1350& HTTP/1.1" 200 4945 "http://rolia.net/forum/forum_list.php?_cno=1350" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [en]"
192.168.2.147 - - [11/Jun/2005:20:03:38 -0400] "GET http://miranda-icq.sourceforge.net/getip.php HTTP/1.0" 200 69 "-" "Miranda/1.0.1.6"
192.168.2.147 - - [11/Jun/2005:20:05:43 -0400] "CONNECT vbuzzer.com:5223 HTTP/1.0" 403 1033 "-" "-"
192.168.2.147 - - [11/Jun/2005:20:07:08 -0400] "CONNECT www.ctfs.com:9443 HTTP/1.1" 403 1034 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [en]"
cd:/etc/apache2 #
==============
from the log above, we can see the GET method for http is OK. but the CONNECT method for https doesn't work, both to vbuzzer.com and ctfs.com.
Any idea?更多精彩文章及讨论,请光临枫下论坛 rolia.net
==========================
AllowCONNECT 443
ProxyRequests On
ProxyVia On
<proxy *>
Order Deny,Allow
#Deny from all
Allow from 192.168.2.*
Allow from 222.170.3.70
Allow from all
</proxy>
==========================
is there any other thing I need for https CONNECT method to go through?
here is apache log:
==================
192.168.2.147 - - [11/Jun/2005:20:02:50 -0400] "GET http://rolia.net/forum/forum_reply.php?tno=285730&parent=2340943&_cno=1350& HTTP/1.1" 200 4945 "http://rolia.net/forum/forum_list.php?_cno=1350" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [en]"
192.168.2.147 - - [11/Jun/2005:20:03:38 -0400] "GET http://miranda-icq.sourceforge.net/getip.php HTTP/1.0" 200 69 "-" "Miranda/1.0.1.6"
192.168.2.147 - - [11/Jun/2005:20:05:43 -0400] "CONNECT vbuzzer.com:5223 HTTP/1.0" 403 1033 "-" "-"
192.168.2.147 - - [11/Jun/2005:20:07:08 -0400] "CONNECT www.ctfs.com:9443 HTTP/1.1" 403 1034 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [en]"
cd:/etc/apache2 #
==============
from the log above, we can see the GET method for http is OK. but the CONNECT method for https doesn't work, both to vbuzzer.com and ctfs.com.
Any idea?更多精彩文章及讨论,请光临枫下论坛 rolia.net