Commit 47bd800
authored
Update Octoprint Systemd Service to fall back to System CA bundle
Octoprint, because it does not specify a CA bundle anywhere, falls back to the default Python CA bundle. This prevents a user from adding a trusted CA, and being able to use that for connections from Octoprint.
This change lets Octoprint fall back to use the Debian/Raspbian default CA bundle - so that users can update the CA certificates for the OS (and not have to find other options to figure out how to separately change Python's CA cert bundle.1 parent 683ff84 commit 47bd800
File tree
1 file changed
+1
-0
lines changed- src/modules/octopi/filesystem/root/etc/systemd/system
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments