I am trying to load secure url in webview. for this I added two certificate with format .crt(which I am adding in java Keystore cacerts) and .p12(which I am passing through java code.
If I am running application through intelliJ IDE, page is loading from secure URL.
But same secure URL page is not loading in running jar, created from above java source code.
Even I am not getting any exception.
Please help me resolving this issue.