Ticket #1072 (closed bug: fixed)
WMS connection can't use the proxy
Description
We have to use a proxy to connect to external WMS providers. versions below 0.10.0 perfectly work with the proxy, only brings following error message: "Could not understand the response. The wms provider said:"
Terminal gives an additional error:
Warning: UNEXPECTED RESPONSE: [HTTP/1.0 403 Forbidden Server: squid/2.6.STABLE6 Date: Mon, 05 May 2008 15:58:06 GMT Content-Type: text/html Content-Length: 1047 Expires: Mon, 05 May 2008 15:58:06 GMT X-Squid-Error: ERR_ACCESS_DENIED 0 X-Cache: MISS from proxy X-Cache-Lookup: NONE from proxy:3128 Via: 1.0 srv Proxy-Connection: close
]
Settings for proxy are: URL: http://mapserver.jrc.it/wmsconnector/com.esri.wms.Esrimap/image2000_pan Proxy Host: proxy Proxy Port: 3128
Same settings did work in 0.8 and 0.9.
I can also exlude a problem with the remote server, as others also do not work. If I omit the proxy and connect directly, it also works fine.
Used Version: 0.10.0 from openSuse repo.