Hey there,
Im using a local mac builder (v. 5.5) but I cant download Apps from the server using my phone, neither the Bridge Application or a compiled App.
When I try to do so, I get a message saying "Cannot connect to [Server IP]".
I know this problem is due to a wrong SSL certificate. The Server IP is right and I can connect to the non-ssl version from my Windows PC. I get this Error message in chrome when I try to connect via the SSL Port: "ERR_CERT_AUTHORITY_INVALID"
Everything is configured as Erel explained in the Installation Tutorial.
I just can't figure out what the problem might be. When I run the command "keytool -list -v -keystore key.jks -storepass 123456" in the Key folder, the end of the output is:
Im using a local mac builder (v. 5.5) but I cant download Apps from the server using my phone, neither the Bridge Application or a compiled App.
When I try to do so, I get a message saying "Cannot connect to [Server IP]".
I know this problem is due to a wrong SSL certificate. The Server IP is right and I can connect to the non-ssl version from my Windows PC. I get this Error message in chrome when I try to connect via the SSL Port: "ERR_CERT_AUTHORITY_INVALID"
Everything is configured as Erel explained in the Installation Tutorial.
I just can't figure out what the problem might be. When I run the command "keytool -list -v -keystore key.jks -storepass 123456" in the Key folder, the end of the output is:
B4X:
The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore key.jks -destkeystore pkcs12".