Unable to access the GUI remotely

So heres the problem, I can access the GUI from a LAN IP address perfectly fine, and I used to be able to do the same remotely as well. Unfortunately I’m not sure what has changed or what might have caused this but, now I can no longer access the GUI from a WAN IP address.

When I enter the IP in the address bar, heres the http headers.

00:00:03.897       0.042     370         441         GET        302         Redirect to: https://IP/        http://IP/
00:00:03.971       21.008   370         0              GET        (Error)   NS_ERROR_NET_TIMEOUT         https://IP/

As you can see, it redirects to https://IP and then just times out?

As far as portforwading I’ve forwarded ports: 80,8088,5038,443.
also note I can access the server via http however the management GUI is under https.

Heres my manager.conf file in case that helps.

[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
webenabled = yes

[admin]
secret = XXXXXXXXXX
deny=0.0.0.0/0.0.0.0
permit=192.168.1.1/255.255.255.0
permit=XXX.XXX.XXX.82/255.255.255.0 (server IP)
permit=XXX.XXX.XXX.34/255.255.255.0 (network I need to have access to GUI)
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,                                                                                        cdr,dialplan,originate
write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting                                                                                        ,cdr,dialplan,originate

Any help would be greatly appreciated, I’ve invested a ton of time into researching what the causes could be and have troubleshot everything within my knowledge and I’m stumped…

If no one can think of a solution, does anyone know the some of the variables that would prevent remote https access.