MFA Setup

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ITMaster
Posts: 3
Joined: Fri Oct 14, 2022 2:09 pm

MFA Setup

Post by ITMaster »

I have a problem setting up MFA on my hesk install. When i click on profile then manage MFA it takes me to the manage_mfa.php page and i can select email or authenticator, once i do this i get HTTP ERROR 500 This page isn't working at the moment pagexxxx can't currently handle this request.

Has anyone else come across this issue?

Many Thanks
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: MFA Setup

Post by Klemen »

Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
ITMaster
Posts: 3
Joined: Fri Oct 14, 2022 2:09 pm

Re: MFA Setup

Post by ITMaster »

Hi Klemen

Thank you for your reply, i have turned on debug mode and looked in the logs and we are getting the following error.

stderr: PHP Fatal error: Uncaught exception 'Exception' with message 'There is no suitable CSPRNG installed on your system' in /var/www/clients/client0/web2/web/vendor/paragonie/random_compat/lib/random.php:214, referer: https://domainhere.com/manage_mfa.php
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: MFA Setup

Post by Klemen »

Looks like PHP cannot find any suitable random bytes generator on your server.

What version of PHP are you using? Try updating to PHP 7+
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
ITMaster
Posts: 3
Joined: Fri Oct 14, 2022 2:09 pm

Re: MFA Setup

Post by ITMaster »

Upgrading to php 7.4 has resolved this issue

Thank you for your help Klemen :D
Post Reply