Add CA certificate to Java HTTPS client
Consider you have a HTTPS server with ssl certificate, and you do want to use the certificate on your client side. How to write HTTPS client…
Read more...Consider you have a HTTPS server with ssl certificate, and you do want to use the certificate on your client side. How to write HTTPS client…
Read more...How do I obtain an HTTP access token from to work with BitBucket through API? Here is my answer Get access token Atlassian has vast…
Read more...Photo by Ant Rozetsky on Unsplash Why it happens On my personal workstation I use Manjaro, which is a version of Arch with a nice installer…
Read more...Do you want to see a terminal on Windows like this And write commits in customized vim Then here is what you should do. Terminal Install…
Read more...I choose Pipeline project in Jenkins, this allows me to create one Groovy script instead of doing it in GUI that may not support all…
Read more...Check this page on how to get a thumbprint for a certificate References https://docs.microsoft.com/en-us/dotnet/api/system.net.http…
Read more...Java TCP Server Socket with certificate and private key (TLS). Let's delve into the specifics of how to use Java's built-in security…
Read more...Add simple logger HTTPS client TCP server socket Plugin System Call Java from C
Read more...Gradle snippet: build.gradle Add to your code (where the Test class is your code): Test.java Log levels From the manual: trace error warn…
Read more...