View Single Post
Old 11-07-2010, 11:14 PM   #60
xptiger
Junior Member
xptiger began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2010
Location: Vientiane, Laos
Device: Kiddle 3
I've tired for so long, but still no success. it is the code bellow that seems to be a problem.
- when i comment them with #, the browser doesn't load
- when uncomment them, the page loads via Amazon proxy that block access to websites with error message: "Sorry, the browser cannot access this website" ,
- when i change the proxy "url.fints=fints-g7g.amazon.com" to new one i got from "http://aliveproxy.com" it works, but the free one is as slow as dail-up and they also block some websites such as youtube, facebook, etc. i have tried several of them and they are similar.

i have zipped my folder "/opt/amazon/ebook/config" anyone with proxy skill please kindly help.

Code:
# WAN HTTP Proxy
#
wan.proxy.host.http=url.fints
wan.proxy.port.http=80
wan.proxy.non_proxy_hosts.http=*
#
# WAN HTTPS Proxy
#
wan.proxy.host.https=url.fints
wan.proxy.port.https=80
wan.proxy.non_proxy_hosts.https=*
#
# WAN FTP Proxy
#
wan.proxy.host.ftp=url.fints
wan.proxy.port.ftp=80
wan.proxy.non_proxy_hosts.ftp=*
.
.
.
#
# FINTS server - Proxy
# 
# The proxy URL should only include the hostname without the protocol.
#
url.fints=fints-g7g.amazon.com
Attached Files
File Type: zip config.zip (15.6 KB, 427 views)
xptiger is offline   Reply With Quote