Hi, trying
keisuke suggestion above I found SSL support was not working in included Python due to 2 missing DLLs, I fixed that and updated the windows installer.
The interesting thing is: if you want to install additional Python modules to use or develop some chart and you don't want to install and configure Python, you can use python -m pip install <module-name> on GoldenCheetah folder.
Off course you need write access so, if you installed GoldenCheetah in Program Files folder, you need an administrator command prompt, for example to list installed packages and install requests module:
Hope it helps, Ale.
PS1: it is likely you can do something similar on macOS, but I have not tried yet.
PS2: On Linux you need to extract the AppImage to a local folder using --appimage-extract command line parameter first.