Connecting my Windows desktop JavaFX app to my external server by VPN or Wireguard
I have a desktop application with JavaFX and I need to connect it to the server in a safer way. Right now, the program connects by mysql and FTP without TLS.
I’ve thought to connect it by VPN, but the clients have the Java application inst… Continue reading Connecting my Windows desktop JavaFX app to my external server by VPN or Wireguard