In order to do an SSL Configuration testing under Tomcat, is this all mandatory?
This below line is taken from a website:
In order to do this
If you check closer, the blog explains that further:
Any resource in your application can be accessed only with HTTPS be it Servlets or JSP’s. The term
CONFIDENTIALis the term which tells the server to make the application work onSSL. If you want to turn theSSLmode for this application off then just turn don’t delete the fragment. Just put the value asNONEinstead ofCONFIDENTIAL.