[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Squid x InternetBanking Caixa



Boa Tarde Pessoal

Estou tendo problema para acessar apenas o site do Internet Banking da Caixa Econômica.

Andei pesquisando e não achei nada que seja uma solução, encontrei várias regras para iptables, mas meu problema está no squid, pois qdo tiro as configuracoes do navegador e passar a navegar através do gateway default e assim passando pelas regras do firewall, o site acessa normalmente.

Alguém sabe o pode ser feito para acessar esse site através de proxy?

Segue abaixo minhas configurção do squid:

# squid.conf
http_port 192.168.0.4:3128

hierarchy_stoplist cgi-bin ?

acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

acl NOCACHE url_regex "/etc/squid/direto.db" \?
no_cache deny NOCACHE

cache_dir ufs /var/spool/squid 100 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
dns_nameservers 127.0.0.1

refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320

acl dmz src 192.168.0.0/255.255.255.0
acl lan src 10.0.0.0/255.0.0.0
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl Safe_ports port 901         # SWAT
acl Safe_ports port 8088
acl Safe_Ports port 6346        # Limeware
acl Safe_Ports port 5003
acl purge method PURGE
acl CONNECT method CONNECT
acl libera src "/etc/squid/libera.db"
acl msn port 1863
acl msn port 6346
acl msn port 5003
acl msn port 443
acl msn_site url_regex -i gateway.messenger.hotmail.com
acl msn_site url_regex -i internetcaixa.caixa.gov.br:443
acl msn_site url_regex -i https://internetcaixa.caixa.gov.br/NASApp/SIIBC/index_verif.processa
acl msn_site url_regex -i internetcaixa.caixa.gov.br
acl siteallow url_regex "/etc/squid/siteallow.db"

# http_access deny all
http_access allow siteallow
http_access allow msn
http_access allow msn_site
http_access allow libera
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow dmz
http_access allow lan
http_access deny all

icp_access allow dmz
icp_access allow lan

visible_hostname none
# FIM #

# /etc/squid/direto.db
cef.gov.br
cmt.caixa.gov.br
internetcaixa.caixa.gov.br
# FIM #


# /etc/squid/libera.db
172.1.11.15
# FIM #


# /etc/squid/siteallow.db
caixa.gov.br
cef.gov.br
cmt.caixa.gov.br
internetcaixa.caixa.gov.br
# FIM #

# Mensagem de erro no navegador:

ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: internetcaixa.caixa.gov.br:443

The following error was encountered:

    * Connection Failed

The system returned:

    (110) Connection timed out

The remote host or network may be down. Please try the request again.

Your cache administrator is webmaster.
Generated Mon, 25 Jul 2005 20:07:39 GMT by none (squid/2.5.STABLE9)


Obrigado

[.]´s

Serial



Reply to: