Thank you for confirming. I attempted to use the "New Updatable Config method," but unfortunately, it didn't work. When I try to connect to the VPN, Tunnelblick doesn't initiate any connection to the configuration update URL. There's no activity in the web server log, and I see nothing when monitoring with tcpdump. My Info.plist is as straightforward as the example in the guide:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>TBPackageVersion</key>
<string>1</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<key>TBConfigurationUpdateURL</key>
<string>
https://ovpn.mydomain.com/configs</string>
</dict>
</plist>
(FY: I am installing the .tblk config as Shared for All users)
I am using macOS Sequoia 15.6 and Tunnelblick 8. From the testing machine, I can successfully reach
https://ovpn.mydomain.com/configs/version.txt. Do you have any suggestions for what I might have missed? Could this issue be related to changes in the latest macOS? I've also tried with Sonoma, but still no luck. Since i've followed the guide properly and you have confirmed the feature is not removed i have no more clues how to deal with that. Thank you in advance !