tags:

views:

40

answers:

1

Hello, I'm required to write a SSL connection, but It requires a signed certificate. There is a way to disable the checking so that I can only test my application. Regards,

+2  A: 

Just create a self-signed certificate: http://sial.org/howto/openssl/self-signed/

John Weldon
it is hard to follow, do you have already some self-signed certificates
You can google around for different instructions that may be easier to follow.
John Weldon