Код: Выделить всё
[2014-08-12 12:50:17,857] mapproxy.source.request - INFO - GET http://192.168.1.
138:8080/geoserver/radar/wms?layers=radar%3Acurrentradar&srs=EPSG%3A3857&version
=1.1.1&bbox=-451848380.542,-346243972.002,451848380.542,346243967.526&service=WM
S&format=image%2Fpng&styles=&request=GetMap&width=783&height=600 - - 16225
[2014-08-12 12:50:17,858] mapproxy.source.wms - WARNING - could not retrieve WMS
 map: Internal HTTP error "http://192.168.1.138:8080/geoserver/radar/wms?layers=
radar%3Acurrentradar&srs=EPSG%3A3857&version=1.1.1&bbox=-451848380.542,-34624397
2.002,451848380.542,346243967.526&service=WMS&format=image%2Fpng&styles=&request
=GetMap&width=783&height=600": BadStatusLine("''",))Конфиг MapProxy:
Код: Выделить всё
services:
  demo:
  wms:
    md:
      title: MapProxy WMS Proxy
      abstract: This is the fantastic MapProxy.
      online_resource: http://mapproxy.org/
      contact:
        person: Your Name Here
        position: Technical Director
        organization: 
        address: Fakestreet 123
        city: Somewhere
        postcode: 12345
        country: Germany
        phone: +49(0)000-000000-0
        fax: +49(0)000-000000-0
        email: info@omniscale.de
      access_constraints:
        This service is intended for private and
        evaluation use only. The data is licensed
        as Creative Commons Attribution-Share Alike 2.0
        (http://creativecommons.org/licenses/by-sa/2.0/)
      fees: 'None'
sources:
  test_wms:
    type: wms
    req:
      #url: http://osm.omniscale.net/proxy/service?
      url: http://192.168.1.138:8080/geoserver/radar/wms?
      layers: radar:currentradar
layers:
  - name: cascaded_test
    title: Cascaded Test Layer
    sources: [test_wms]
Подскажите, пожалуйста, в чем может быть проблема.

