I have Glassfish 4.0 running on my local machine. I then tried to add an http listener, as follows:
asadmin> create-http-listener --listeneraddress 127.0.0.1 --listenerport 80 --securityenabled=true --default-virtual-server server --listener_id 0
securityenabled=true
should allow me to access my locahost through httpS. However, when I try to access the https://localhost:80/
address, my browser says that the page is not available. How to proceed?