geonode icon indicating copy to clipboard operation
geonode copied to clipboard

SSL problem when uplaoding a new dataset through GeoNode

Open lperozzi opened this issue 1 year ago • 2 comments

Expected Behavior

Uploading a dataset using the GUI interface should not return an error

Actual Behavior

image

i'm in a production development, inside a organisation network

Steps to Reproduce the Problem

  1. Genode installed via docker
  2. Trying to uplaod a .shp via the GUI interface
  3. Error as in the image

Specifications

  • GeoNode version: master
  • Installation type (vanilla, geonode-project): geonode-project
  • Installation method (manual, docker): docker
  • Platform: wsl
  • Additional details:

lperozzi avatar Nov 10 '23 15:11 lperozzi

Can you please share the env file? Internally the containers communicate in HTTP since is inside a closed network.

mattiagiupponi avatar Dec 05 '23 08:12 mattiagiupponi

if you checked you .env and all looks right, you can check whether the authentification between geonode and geoserver is set correctly. It should be set by the .env correctly but check if you can login with the little blue flower button from geonode to geoserver (both as admin). If this does not work, login manually to geoserver and check the global configuration. maybe the proxy base url is set without https.

saxas13 avatar Mar 13 '24 09:03 saxas13