Whenever i am trying to use SSL requests with self-signed certificate my application(that uses JVM) crashes. And it generates a error report that looks something like this below. Any help will be great. Thanks in advance
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000024cf3df, pid=4564, tid=4932
#
# JRE version: Java(TM) SE Runtime Environment (7.0_72-b14) (build 1.7.0_72-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.72-b04 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# j sun.security.ec.ECKeyPairGenerator.generateKeyPair()Ljava/security/KeyPair;+67
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#