curlAllowUnsafeSslRequests
(mPDF ≥ 7.0)
Description
boolean curlAllowUnsafeSslRequests (default false
)
If set to true
, disable certificate validation for cURL requests
Unsafe!: Do not use this flag in production.
Correct way to handle this is to import trusted certificates to your application.