SSL and Tomcat using Java

I am new to SSL connections, so my question arises here.

I have a Java desktop program in a JAR file. This JAR sends sensitive information over the Internet to a remote Tomcat server. Of course, I need to encrypt the data.

If I buy Verisign SSL confirmation, will the data sent over SSL be automatically encrypted?

I mean, in my JAR, do I still need to do additional work, for example, use the Java encryption extension APIs to manually encrypt my data over an SSL connection?

Thank.

+3
source share
7 answers

I mean, in my JAR, do I still need to do additional work, for example, use the Java encryption extension APIs to manually encrypt my data over an SSL connection?

( Java Secure Socket Extension). , https://. , HTTP- API .

, ( ), .

, , , (CA), Verisign, Thawte .., , ( ).

+3

SSL HOW-TO , https.

+1

- , . . verisign ( ), , , .

+1
0

, SSL, , . , , : .

0

SSL Tomcat HTTPS, . , , . http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html , SSL Tomcat. , HTTPS ( , Apache httpd).

0

, SSL . .

, SSL, SSL . , .

. .

, .

0

Source: https://habr.com/ru/post/1745869/


All Articles