First, I\'ve already searched the internet and have been debugging for 3 days.
This is the exact error,
javax.net.ssl.SSLHandshakeException: Connection c
The answer to my problem was that I commented the code for adding my generated private key to my key store so the SSL HandShake fails during client authentication.
I hope this answer can help somebody.