I'm creating the emulator using the guide https://docs.clover.com/docs/setting-up-an-android-emulator.
The emulator is a Mini 2nd Gen. Only point where I deviated from the guide is that I installed Android 10 for the device as I need to test out my apps in this environment.
Clover Engine: com.clover.engine-2149.apk from https://www.clover.com/developers/dev-apks
These we executed as well.
adb shell settings put secure clover_cloud_url "https://www.clover.com" adb shell settings put secure clover_target "prod_us"
But the login shows the following issue.
javax.net.ssl.SSLHandshakeException: Unacceptable certificate: emailaddress=ops@clover.com, CN=c.clover.com, OU=Server Certificates, O=Clover Network Inc., L=Mountain View, ST=California, C=US
Login works fine on the web. Please advice.