You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2022. It is now read-only.
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...
The text was updated successfully, but these errors were encountered: