Apache virtual configuration file for Digikam image #46
-
|
I installed docker image with the following command on Almalinux 9.
I am trying to access it through https. https://host:3001 not working. http://host:3000 working but without https. My apache conf is as below: `<VirtualHost *:443> Result is continuous "websocket disconnected. attempting to reconnect" message on https://digi.xxx.com What am I doing wrong? I would appreciate any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
we will not provide support for apache here. can you access via https://:3001? if yes, our part works We do support our reverse proxy, swag, which is nginx based |
Beta Was this translation helpful? Give feedback.
this is expected behavior with a self-signed cert and is no issue. your connection IS private, browsers just dont consider non-global chains to be valid.
our recommendation to put it behind a "trusted" tls cert is to use a reverse proxy. you can also load trusted certs into the appropriate location in /config