Switch to PHP 8.2

Before switching to PHP 8.2, you have to deactivate the previously activated Apache module. The following commands will deactivate the already activated Apache module and then activate PHP 8.2 Apache module. Then the next commands will set PHP 8.2 as the default version for the command line interfac...

Continue reading...
admin

OctoPrint + Mattermost private install SSL verify error

Issue: OctoSlack Plugin throws SSL verify error in case of using self-signed server certificate for the Mattermost instance. Solution: Edit /home/pi/oprint/bin/octoprint and add the highlighted lines to make Python use servers default CA bundle file (must include the self-signed root CA then):

... Continue reading...
admin