jwoglom / tconnectsync

Syncs insulin pump data from Tandem t:connect to Nightscout for the t:slim X2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with self-signed SSL cert on local install

ChristopherEnea opened this issue · comments

Describe the problem
I am trying to run tconnectsync on a virtual machine in my homelab environment. I have nightscout running in docker and exposed on port 10443. Whenever I run --check-login I can see that tconnectsync will not connect to my nightscout instance because it is using a self-signed cert.

I installed tconnectsync via Pip.

To Reproduce
Steps to reproduce the behavior:

  1. Host nightscout with self-signed cert
  2. Try to connect with tconnectsync

Expected behavior
Successful connection to nightscout.

Setup details

  • Operating system:
  • Debian 11
  • tconnectsync version (from --version):
  • 0.8.4
  • On what platform are you using the t:connect mobile app? (Android or iOS)
  • iOS
  • What version are you using of the t:connect mobile app?
  • 2.2

Terminal output
See next section

Check Login output
tconnectsync-check-output.log

Additional context
T:connect has not been uploading recently since I have a new phone with iOS 16.

You should now be able to bypass TLS certificate verification within tconnectsync for connecting to Nightscout via the NS_SKIP_TLS_VERIFY option in v0.8.5 and above.