Reading-eScience-Centre / ncwms

ncWMS - A Web Map Service for displaying environmental data over the web
Other
63 stars 30 forks source link

Mixed content error with Godiva behind mod_proxy #92

Open abrosich opened 2 years ago

abrosich commented 2 years ago

Hello, I have a Thredds installation on tomcat behind an apache httpd server using mod_proxy. The apache httpd server uses https protocol. Godiva3 client correctly displays the base map whereas the data layer is not loaded due to a mixed content error. The request of the data layer is done by Godiva using http protocol and that produces the browser error. Is there any way to fix it? How can I force https protocol?

Regards

Thredds version: 5.4-SNAPSHOT