Configuring Plex - Cant log on to servers static IP

Server Version#:
Player Version#:
Im trying to set up Plex on RHEL 8.3 I have it installed and enabled but when I try to go to the servers static IP “https://192.168.1.xxx:32400/web” I get

Secure Connection Failed

An error occurred during a connection to 192.168.1.xxx:32400. PR_END_OF_FILE_ERROR

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.

I had this working previously on but I had to do a clean install today and know its not working anymore.

I figured it out. I had forgot to make the changes to SELinux

etsebool httpd_can_network_connect on -P

now it works