排序
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...
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...
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...
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...
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...
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 ...
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...
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...