Https on debug run

What I did on my mac:

  • new Desktop/SSLTest folder
  • copy SSLTest.crt and SSLTest.xojo_binary_project from Xojo2019r1.1 (the one I have installed) to the folder above
  • open the SSLTest.xojo_binary_project in Xojo2021r3.1
  • click continue on all the warnings
  • add --secureport=8082 to Debug Command Line Arguments
  • Run

When you try to open the https://localhost:8082 your browser will complain, just say that you are sure what you are doing. I was able to do a self signed certificate for localhost, add it to the keychain and Safari works as normal (no warnings).

Can anyone confirm the same on another mac (I use Mojave so don’t know if newer OS will affect this and maybe that is why Tim was not able to make it work) and Windows.