Today I installed the OpenVPN Access server on CentOS 8 using the offical install guide.
The installation went fine, but there is one problem: The OpenVPN access server does not listen to 443. So I'm not able to retrieve the configuration files on my mobile or clients.
I did literally nothing except running the script /usr/local/openvpn_as/bin/ovpn_init where I used the default values.
You can verify the non-existance of the port 443 by netstat:

I did the portforwarding approprietly, since I tested it with the httpd-daemon. But I'm not running httpd with OpenVPN AS simultaneously!
Furthermore, I checked the web settings regarding the "Web Service forwading", which is set to "Yes" - so the OpenVPN AS should open the 443 socket ...

Do you have any idea what's wrong with my setup?
Kind regards,
Michael