ssl共8篇
HttpClient can't connect to a TLS proxy-拾光赋

HttpClient can’t connect to a TLS proxy

HttpClient can't connect to a TLS proxy,This is going to be a short and to the point post. Mainly because I'm pretty tired already from trying to figure this out . Problem Java's H...
kity的头像-拾光赋kity4年前
0449
Easily configure SSL/TLS Connection-拾光赋

Easily configure SSL/TLS Connection

Easily configure SSL/TLS Connection,Setting up encryption for your application, how hard can it be? I thought it would be easy, after all, all communication with modern web applica...
kity的头像-拾光赋kity4年前
04113
SSL certificate for java application-拾光赋

SSL certificate for java application

SSL certificate for java application,A third-party service is available via https, so how can java app connect to that service? Truststore and Keystore Java has two places for save...
kity的头像-拾光赋kity4年前
0248
HTTPS Client Certificate Authentication With Java-拾光赋

HTTPS Client Certificate Authentication With Java

HTTPS Client Certificate Authentication With Java,I recently had to develop a Java client to interface with an internal service over HTTPS that required client certificate authenti...
kity的头像-拾光赋kity4年前
0229
Disable SSL certificate validation in Spring RestTemplate-拾光赋

Disable SSL certificate validation in Spring RestTemplate

Disable SSL certificate validation in Spring RestTemplate,We often run into certificate issue while using Rest Template. RestTemplate can give any of the below error if SSL certifi...
kity的头像-拾光赋kity5年前
0288
SSL PME certificates setup in REST Assured-拾光赋

SSL PME certificates setup in REST Assured

SSL PME certificates setup in REST Assured,Hi everyone, so recently I was working on a test automation framework using REST-assured that calls an endpoint that requires the use of ...
kity的头像-拾光赋kity5年前
0298
Identify SSL Expiration Date using ColdFusion-拾光赋

Identify SSL Expiration Date using ColdFusion

Identify SSL Expiration Date using ColdFusion,We use LetsEncrypt and monitor the SSL certificate expiration dates locally by parsing the actual certificate files, but if you requir...
kity的头像-拾光赋kity5年前
0467
What is PKCS12?-拾光赋

What is PKCS12?

What is PKCS12?, Whenever we talk about secure communication over networks, keywords such as 'SSL', 'Keystores', 'JKS' pop up frequently. Typically keystores and trust stores are u...
kity的头像-拾光赋kity5年前
03012