mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-16 05:54:01 +03:00
🚀 Feature: Option to disable TLS verification for SCIM Endpoint #630
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blazcode on GitHub (Jan 26, 2026).
Feature description
Attempting to sync to a SCIM endpoint with a self-signed certificate throws a TLS error:
Jan 26 15:07:11 ERR Request with errors: Error #01: Get "https://app.domain.local/usergroup/t/CUSTOMER/scim/v2/Users?count=1000&startIndex=1": tls: failed to verify certificate: x509: certificate signed by unknown authorityI don't see a configurable environment variable for this specifically. An option to disable verification, either entirely or per endpoint would be great.
Pitch
Lab, development, and test environments are commonly configured with self-signed certificates.