Currently experiancing several weird issues after fresh install
Current setup:
OS: Centos7
Installed simply on a VM(no use of any sort of webpanel/apache/nginx/ect)
Database is Redis on 127.0.0.1
The Domain is set behind cloudflare with the proxie option enabled
firewall-cmd has port 80 opened for TCP and UDP
my config file has the following
{
"url": "https://forum.rapadantnetworks.org:80",
"secret": "Redacted",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "Redacted",
"password": "Redacted",
"database": "Redacted"
}
}
Currently when trying to use https:// the page gives me the cloudflare error 523 issue.
When using http:// loging in is impossible as it constantly tells me
Login Unsuccessful
We were unable to log you in, likely due to an expired session. Please try again
What do I need to do to fix this issue?