Java Client for accessing Mobile Seva IVRS Push Call API ?


Note: IVRS Push Call API will be accessible with TLSv1.1 protocol and above.
Kindly upgrade to latest Java versions for recommended TLSv1.2 support.


Java Version TLS Protocol Supported
Java 7 Supports TLSv1.2. By default TLS1.0 is used. So, kindly specify TLSv1.2 in code.
Java 8 & above Supports TLSv1.2. By default TLSv1.2 is used.

Steps to import certificate in Java Keystore required for JAVA version 7

Note: No need to import certificate for java version 8 and above