At this post, I described "How to Integrate HP Diagnostics Server to HP BSM Gateway"....
How to create certificate for client side ssl?
If you have designed a Web platform that uses client-side SSL authentication you probably need to create a client SSL certificate to share with your clients. I added steps of creating a new Client certificate with OpenSSL commands.....
How to send an SSL request to web service with Java based codes
You can compile this java codes to test an HTTPS service. At this post, I described briefly how to test an SSL encrypted web service with SSLPoke.class and also compile a new java class. ....
How to fix internal IP address or internal network name disclosure vulnerability?
If you need to fix "web server internal IP address/internal network name disclosure vulnerability" for Nginx please check these steps and configuration examples.....
How to Configure HTTP/HTTPS Proxy Settings Java JVM
Many times java programs need to connect the internet. If your application server is not allowed to connect the internet then you should use proxy to open a gateway to connect internet over proxy.....
How to list or remove file which is older then N days
If you are trying to get a list of files or directory which is older then "N" days you should check this script. There is an easy way to get this information with the find command.....