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
30 stars 16 forks source link

HTTP Error 500 During Install #14

Closed wz4 closed 3 years ago

wz4 commented 3 years ago

Describe the bug On step 6 of the admin portal install, an http 500 error is returned. The setup does not complete.

To Reproduce After confirming database settings in step 5 of the setup wizard, the next page returns a generic 500 error page.

Expected behavior Step 6 should provide status information about application setup.

Additional context Problem encountered on RHEL 8.3

The issue appears to be related to the generateEncryptionKey function in installer.php. SODIUM_CRYPTO_SECRETBOX_KEYBYTES is not a recognized parameter.

wz4 commented 3 years ago

This bug was already reported but I don't believe it was resolved.

wz4 commented 3 years ago

I have encountered further problems with with RHEL 8 and PHP 7.2. It looks like the sodium library is not supported. I don't consider this a bug but rather a compatibility problem.

wz4 commented 3 years ago

I was able to install the sodium library using remi repo. Further instructions can be found here.

https://www.mysterydata.com/how-to-install-upgrade-to-php-7-4-on-rhel-centos-vestacp/