Hi all,
I am trying to set up SSL security for my application and i am using a self signed certificate for
testing purpose.
I followed the steps as per this link
Self Signed Certificate
I am using
tomcat server.
Now,my problem is that,even after importing the server certificate in my browser,I am unable to access the HTTPS on port 8443,but i can successfully see the tomcat homepage on localhost:8080.
Am i missing any settings?
Please guide me through.
Thanks and Regards.