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 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.....
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.....
An Introduction to SSL
bbb....
SSL Certificate Purpose flag Any Purpose
Most certificates are issued with a set of purpose which allow to limit certificate usage.If you are planning to use an SSL certificate for encryption, you need to check your certificate purposes extension.....