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 fix SNI problem for SSL request?
f you get a problem with SNI while creating an SSL connection to the web server, you should follow this post to debug your case. I want to add some steps about how to debug and fix the SNI problem.....
How to disable mod_security2 on Apache Server
If you are getting trouble to upload PDF file which size is larger then 10 MB on WordPress you should check your Apache server mod_security configurations. I added some steps about how to disable mod_security for Apache Web Server.....
Apache Tomcat JDBC Connection Pool configuration for Oracle Real Application Cluster(RAC)
In this article, we 'll focus on creating a high-concurrency connection pool for Apache Tomcat. We create a TestDB connection pool that connects the Oracle Database server.....
Apache Block Unnecessary Request Methods
Apache base web server accepts a wide range of request methods like DEBUG, DELETE, MOVE, PUT, TRACE, TRACK, HEAD, POST, GET. It doesn't mean that you need all request_methods.....