This doesn’t seem to work properly if HTTPS is enabled for Stash:
2026-02-19 12:34:26Error [Plugin / Tag Scenes From Performer Tags] requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=9999): Max retries exceeded with url: /graphql (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: IP address mismatch, certificate is not valid for '127.0.0.1'. (_ssl.c:1010)")))
Tried again using self-signed certificate as outlined in the FAQ on how to enable HTTPS, so that 127.0.0.1 can be included as a SAN, however it still results in an SSL error due to it being self-signed.
2026-02-19 12:54:34Error [Plugin / Tag Scenes From Performer Tags] requests.exceptions.SSLError: HTTPSConnectionPool(host='127.0.0.1', port=9999): Max retries exceeded with url: /graphql (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1010)')))
Tried to get around that by adding the certificate to the system’s trusted certificate store, and while that helps on the system level, the plugin still generates the same error.
Running via Docker on Ubuntu if that helps.