Richard Johnson
Richard Johnson
Background info: If you open a Nightscout web site, then click on the menu (upper-right) and click on "Admin Tools", you will see all of the information related to "user...
Looking at your code, it looks as though maybe the complete URL would be: http://172.27.153.1//cgi-bin/dl_cgi?Command=DeviceList I'll have to try that tomorrow.
Ok, I have verified that, indeed, the URL I surmized does work, so I'm closing this.
Since I included "INSECURE_USE_HTTP=false", then SSL shouldn't be needed, however I did, indeed, setup SSL with a proper cert. I did include the port into the BASE_URL. Here's my env...
Hmmm. Ok, setting the port to 443, and removing "export INSECURE_USE_HTTP=true", seems to make it work! Apparently, "INSECURE_USE_HTTP=true" doesn't actually work and the site MUST use SSL! Good to know!...
Sorry for taking a while to reply. This issue was opened a long time back and I've moved on to other things since then. I needed to find the computer...
I just got it to work on my newly installed radicale (on port 5253) and on my High Sierra MacOS. I used "Manual" configuration and gave the server address as...
I finally moved to using "calendarserver" under Ubuntu. It seems to work just fine. Of course, you don't have Apple push notifications, but you can't have that with Radicale either....
I decided to stick with Apple server for Contacts, at least for now, since it also supports push notifications, on which Apple's clients tend to depend (since they don't have...
You can easily get the needed ssl cert for free by using [letsencrypt.org](http://letsencrypt.org/). I have my own server as well and have been using them for years. Check it out!...