Ticket #172 (new defect)
HTTPS problem: pointing to WFS service through HTTPS fails for an OGR Buffer service
Reported by: | jmckenna | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | zoo-kernel | Version: | |
Keywords: | Cc: | jmckenna@… |
Description
- example WFS request: https://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=1.0.0&typename=continents&SRS=EPSG:4326&FeatureID=continents.1
- Buffer request (works with HTTP, fails with HTTPS): https://ms4w.me/cgi-bin/zoo_loader.cgi?request=Execute&service=WPS&version=1.0.0&Identifier=Buffer&DataInputs=BufferDistance=1@datatype=integer;InputPolygon=Reference@xlink:href=https%3A%2F%2Fdemo.mapserver.org%2Fcgi-bin%2Fwfs%3FSERVICE%3DWFS%26REQUEST%3DGetFeature%26VERSION%3D1.0.0%26typename%3Dcontinents%26SRS%3DEPSG%3A4326%26FeatureID%3Dcontinents.1
- response:
<ows:ExceptionText> Unable to download the file for the input <InputPolygon>, response code was : 0. </ows:ExceptionText>
- fails with trunk, and also with old 1.7.0-dev build (which is the link above)
Change History
Note: See
TracTickets for help on using
tickets.