Jump to content
Froxlor Forum

pbaasch

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by pbaasch

  1. There is nothing in the error logs but I was able to figure out the issue.

    I'm using Cloudflare as DNS as well as a the SSL Proxy layer to provide SSL to protect the real IP address of my servers. Unfortunately this means that the client IP address may change every request.

    This has never been a problem with other control panels and shouldn't be an issue at all but Froxlor doesn't allow this due to the following line in the code which is a ancient way of security:

    https://github.com/Froxlor/Froxlor/blob/4750dad9e2ced4efb188e6659512bd49892ee762/lib/init.php#L236-236

    Removing the above part of "AND `s`.`ipaddress` = :ipaddr" as well as the parameter in line 243 will fix this. 

    I'll create a pull request later when I have time.

×
×
  • Create New...