schimanski Well-Known Member Licensed User Longtime User May 30, 2024 #1 I tried to start a b4j-server on a STRATO-server. After calling server.start, i get this message on the remote-server. The jar-file is ok. It runs on several other machines. These are the key data from the server. The Java-Version is 11.0.22:
I tried to start a b4j-server on a STRATO-server. After calling server.start, i get this message on the remote-server. The jar-file is ok. It runs on several other machines. These are the key data from the server. The Java-Version is 11.0.22:
aeric Expert Licensed User Longtime User May 30, 2024 #2 Something related to PKCS12 keystore Google Search www.google.com Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 30, 2024 #3 Yes, looks like a keystore problem. Start with disabling SSL. The server should work. Then find out why it fails with the keystore. Upvote 0
Yes, looks like a keystore problem. Start with disabling SSL. The server should work. Then find out why it fails with the keystore.
schimanski Well-Known Member Licensed User Longtime User May 30, 2024 #4 In fact, it was the keystore. It was obviously damaged. An exchange has made the problem superfluous. Thank you! Last edited: May 30, 2024 Upvote 0
In fact, it was the keystore. It was obviously damaged. An exchange has made the problem superfluous. Thank you!