My Android App is connecting to https self-signed server & it is working fine with using client certificates (.cer file).
Can Android App be connected to https self-signed server WITHOUT using client Certificates. --> If answers is YES then which library can be used for that. I know this would not be best method to achieve as it is https server, but this is what i need.
You can use Volley Android library for that.
You will need to add the below code on the onCreate() of your application class. By overwriting the X509Certificate basically you will accept all certificates.