Quantcast
Channel: Passion For Code - Java
Viewing all articles
Browse latest Browse all 11

Using SSL or HTTPS servers with self-signed certificates in IntelliJ IDEA

$
0
0

HTTPS connections need to make sure the server 'at the other end' is actually the server it claims to be. This is done using public key certificates. For testing purposes or to save the costs of a commercially issued certificate, it is possible to use a self-issued certificate. This blog post shows how to connect to this kind of servers in IntelliJ IDEA or other Java programs.

read more


Viewing all articles
Browse latest Browse all 11

Trending Articles