Haidra-Org / horde-worker-reGen

The default client software to create images for the AI-Horde
https://aihorde.net/
GNU Affero General Public License v3.0
93 stars 42 forks source link

fix: use a `certifi` ssl context for r2 uploads #306

Closed tazlin closed 1 month ago

tazlin commented 1 month ago

This is tied to a bug of unclear root-cause but whose practical effect is that the root signing certificate was not being found on a relatively fresh windows 10 pro machine. certifi should already be being pulled in, but I've marked it as an explicit requirement and I anticipate that there should not be side effects on machines which were previously running fine.

tazlin commented 1 month ago

Superseded by #309