Page Contents
Home > @loopback/http-caching-proxy > ProxyOptions > rejectUnauthorized
ProxyOptions.rejectUnauthorized property
Whether to reject unauthorized SSL certificates. Set to false to allow self-signed certificates in test environments.
Default: true (strict SSL validation)
Signature:
rejectUnauthorized?: boolean;