Glassfish: Trying to access the server through HTTPS

0

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?

    
asked by anonymous 31.10.2015 / 19:17

0 answers