HI,
I've tried to set up kerberos-io web on the Apache.
This setup does not use docker.
Apache config is attached (stripped sensitive info, this file is a modified original Apache default-ssl.conf). default-ssl.conf.txt
Kerberos-io is accessible via https:///kerberos url.
Most of web works good but an "Activity" (stream) and "Overview" on Dashboard.
(note: this configuration could be improved maybe, I'm not a guru in Apache config, just did not find Apache config for kerberos-io, any comments are welcome).
I've found that issue with "Activity" is caused by https url to a stream (https://:8889).
I've fixed this with reverting to http protocol in SettingsController.php:
HI, I've tried to set up kerberos-io web on the Apache. This setup does not use docker. Apache config is attached (stripped sensitive info, this file is a modified original Apache default-ssl.conf). default-ssl.conf.txt Kerberos-io is accessible via https:///kerberos url.
Most of web works good but an "Activity" (stream) and "Overview" on Dashboard. (note: this configuration could be improved maybe, I'm not a guru in Apache config, just did not find Apache config for kerberos-io, any comments are welcome).
I've found that issue with "Activity" is caused by https url to a stream (https://:8889).
I've fixed this with reverting to http protocol in SettingsController.php:
Perhaps this issue can be fixed in a different way?
P.S. The issue with "Overview" is not yet fixed...