I followed this tutorial with few changes to install GlassFish on a remote host.
Everything works fine, except the web admin console. I can deploy apps (e.g. Jenkins) via CLI and asadmin and they work. But i can not access the web admin console via http(s)://my-domain:4848
My Browser (Safari) notifies me about my self signed certificate and after a while it reports that it can't establish a secure connection to my server.
The log (glassfish/domains/domain1/log/server.log) is clean. I turned off the firewall but the problem still exists.
Can someone help me to fix this Problem or have someone suggestions what i can try to fix it.
--
Thanks a lot,
Elmar
Edit: By disabling secure-admin, i can access the login page but can not login (Secure Admin must be enabled to access the DAS remotely.). With enalbed secure admin i can note even access the login page.
The problem is Safari. There is no problem to access the Admin-Console via Firefox.