How to configure a PESTO service to expose an HTTPS interface
-
In the PESTO environment, set the following variable:
PESTO_USE_SSL="true"
-
In the CADOR environment, update the
PROCESSING_SERVER
variable to usehttps://
instead ofhttp://
:PROCESSING_SERVER="https://..."
-
In the CADOR environment, set the following variable:
CADOR_USE_SSL="true"
-
In the PESTO environment, set the following variable:
GDAL_HTTP_UNSAFESSL="YES"