CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
31 stars 16 forks source link

Admin Portal loop on fresh install #4

Closed larsrei closed 3 years ago

larsrei commented 4 years ago

Hello,

I installed the tool to a new server. I configured mysql and apache. When I start the adminportel, I see a loop. Url is append de-DE and than next de-DE and so go on. https://<ip address>/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/de-DE/index.html How can I debug this and where is the error?

Apache config: `

ServerAdmin webmaster@ipskmanager DocumentRoot /var/www/iPSK-Manager/adminportal AllowOverride All ErrorLog /var/log/httpd/admin-error.log CustomLog /var/log/httpd/admin-access.log combined SSLCertificateFile /etc/httpd/ssl/psk-portal-dev.crt SSLCertificateKeyFile /etc/httpd/ssl/psk-portal-dev.key SSLCertificateChainFile /etc/httpd/ssl/psk-portal-dev.chain SSLOptions +StdEnvVars

`

best regards, Lars

offroad99 commented 4 years ago

I have installed multiple times without this issue. Are you simply navigating to https:// and seeing this issue?

larsrei commented 4 years ago

Yes I only navigate to https:// and than I see this issue.

cisco-garyoppel commented 4 years ago

Are you able to share the details from the Apache configuration for the Directory declaration to confirm directory permissions and settings are correct?