java - Trusted SSL With Self Sign Certificate In Tomcat Server Without Importing Certificate In Browser -


my application running in intranet in tomcat server. able run application https warning(the security certificate presented website not issued trusted certificate authority) https symbol crossed in red.
how can have trusted ssl self sign certificate in tomcat server without pain of importing certificate in browser?

how can have trusted ssl self sign certificate in tomcat server without pain of importing certificate in browser?

you can't. self-signed not trusted default (where should trust come from?) , cannot expect browser trust without telling browser can trust (by importing). trust relationship , can not emerge nowhere.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -