[squid-users] can't access one site

From: Rakhmat Farunuddin <rakhmatf@dont-contact.us>
Date: Tue, 6 Apr 2004 17:52:56 +0700

hi...

i have a strange situation here, i'm trying to access one of my needed site,
https://csboss.ericsson.net, i can access another https like
https://trade.online.nokia.com. and if not using my squid proxy, the site
(csboss.ericsson.net) appears,
trade.online.nokia.com appears to. is that something wrong with my
configuration? or what?

thanks...

below this, i apply the access_log from squid, squid.conf, /etc/resolve.conf
file, and dig result

#####access_log#############################################################
#

1081246679.446 19338 192.168.100.143 TCP_MISS/200 65331 CONNECT
trade.online.nokia.com:443 rakhmat DIRECT/147.243.3.134 -
1081246763.009 119174 192.168.100.143 TCP_MISS/000 0 CONNECT
csboss.ericsson.net:443 - NONE/- -

#####end
access_log###########################################################

#####squid.conf#############################################################
##

http_port 3128
icp_port 0
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 150 MB
cache_replacement_policy heap GDSF
memory_replacement_policy heap GDSF
cache_dir ufs /var/spool/squid 1000 16 256
cache_mgr noc@oke.com
cache_effective_user squid
cache_effective_group squid
logfile_rotate 0
log_icp_queries off
cachemgr_passwd admin04 all
buffered_logs on
acl localnet 192.168.100.0/24 193.180.14.86
acl localhost src 127.0.0.1/255.255.255.255
acl Safe_ports port 80 443 210 70 21 8088 1433 6969 5000 32000 32001 8282
1025-65535
acl SSL_ports port 443 563
acl CONNECT method CONNECT
acl all src 0.0.0.0/0.0.0.0
http_access allow localhost
##--authenticate-------------------
auth_param basic program /usr/bin/mysql_auth
auth_param basic realm Authentication for using internet access
auth_param basic children 10
auth_param basic credentialsttl 2 hours
acl password proxy_auth REQUIRED
http_access allow password Safe_ports
http_access deny !Safe_ports
authenticate_ip_ttl 2 hours
http_access deny all

snmp_port 161
snmp_access allow localhost localnet
snmp_incoming_address 192.168.100.105
snmp_outgoing_address 192.168.100.105

##### end
squid.conf##################################################################
#

####/etc/resolve.conf####################

search edited_by_me.com
nameserver 192.168.100.3

####end resolve.conf#####################

#####dig tool result########################################################

[root@proxy admin]# dig @192.168.100.3 csboss.ericsson.net

; <<>> DiG 9.2.1 <<>> @192.168.100.3 csboss.ericsson.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44393
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2

;; QUESTION SECTION:
;csboss.ericsson.net. IN A

;; ANSWER SECTION:
csboss.ericsson.net. 20633 IN A 193.180.14.86

;; AUTHORITY SECTION:
ericsson.net. 20633 IN NS ns1.ericsson.se.
ericsson.net. 20633 IN NS ns2.ericsson.se.
ericsson.net. 20633 IN NS e3dns.ericy.com.

;; ADDITIONAL SECTION:
ns1.ericsson.se. 7533 IN A 193.180.251.38
e3dns.ericy.com. 95759 IN A 198.24.6.2

;; Query time: 6 msec
;; SERVER: 192.168.100.3#53(192.168.100.3)
;; WHEN: Tue Apr 6 17:32:56 2004
;; MSG SIZE rcvd: 161

################end dig
tool#####################################################
Received on Tue Apr 06 2004 - 04:48:32 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Apr 30 2004 - 12:00:01 MDT