Changes between Initial Version and Version 1 of Ticket #4612, comment 6
- Timestamp:
- 01/05/20 09:33:46 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4612, comment 6
initial v1 10 10 -- the unsafessl is so it doesn't bother checking ssl cert, so I don't have to set that as env 11 11 12 13 {{{ 12 14 CREATE SERVER geoserver 13 15 FOREIGN DATA WRAPPER ogr_fdw … … 15 17 datasource 'WFS:https://demo.geo-solutions.it/geoserver/wfs', 16 18 format 'WFS', config_options 'GDAL_HTTP_UNSAFESSL=yes' ); 19 }}} 20 17 21 18 22