GaryAllan

Results 152 comments of GaryAllan

https://github.com/phpipam/phpipam/issues/2441#issuecomment-466788628

Hi, If not selinux then I would check the firewalld/iptables config.

Check your webserver error logs. There is probably an error in there that stopped the page from rendering. Best guess a missing PHP module.

Hello @rokkhan Whoever wrote the code designed it that way....What are you expecting the script to do? See `// check if host already exists, than remove it` in /app/subnets/scan/subnet-scan-execute-snmp-mac.php ```...

Hello, If you can run php7.4 you should have no problems. Running under PHP8.x has known issues.

> Hi, php 7.4 is EOL, 28 Nov 2021 I'm aware of php EOL dates. php7 still gets support in enterprise systems like RHEL/Ubuntu LTS.

Hello @elhiss There's an updated SAML plugin in the master branch (v1.50). Also includes a debugging option which displays the reason for failure. ![image](https://user-images.githubusercontent.com/18753294/103640755-8276de80-4f48-11eb-95e6-a4ce902ed5c9.png)

This is a PHP8.x error. The requirements for running phpIPAM are in README.md.

It could be a certificate trust issue, is your internal CA used by AD installed on the phpIPAM server? Another thing to check is, older TLS versions have been disabled...