i just managed to create my first b4j SSL server and upload it to google cloud where I have my server running. (VM instance)
first, it looked so complicated but after lots of reading I did it ?
i create the SSL certificate with let's encrypt and this tutorial helped me to import the fullchain.pem and privkey.pem certbot created for me to a java Keystore file:
link
thanx erel for your great tutorial here:
Starting from B4J v2.00 the server can listen to two ports, the standard insecure port (http) and a secure port (https). The default port for http is 80 and for https is 443. These ports are used when the url doesn't explicitly specify a port number. It is recommended to go over the Wikipedia...