I'm going to put an application on a new server (after upgrading it from PHP 7 to PHP 8). I can connect to the server(Red Hat) only using VPN (pulse).
my purpose is to run the application on the browser.
when I connect to the server then I run curl localhost
I get the error SSL certificate problem: self signed certificate in certificate chain
when I run curl -k localhost
I can see the content of the web page on the terminal.
I tried to access to the application through a web browser and the ip adress of the server but I get this site can't be reached
ssl virtual host context:
<VirtualHost _default_:443>
How can I access to the application using a web browser ?