certverifypeer
certverifypeer
Default Value: true
Determines whether the platform should confirm that the certificate was signed by a valid certificate authority (CA) when establishing an HTTPS connection.
Example
Explanation
From this example, in gatherinfo.php, the developer has set the value of property name, certverifypeer, to false so that when the platform does a <goto> to the retrieveinfo.php script, the platform won't throw an error. If the developer is using a self-signed certificate (meaning the certificate wasn't verified by a valid certificate authority), the developer would want to set the certverifypeer property to false so that the platform wouldn't confirm if the certificate was signed by a valid certificate authority. If this property weren't set to false, the platform would throw an error.badfetch due to an SSL certificate problem.
Notes
This property can be implemented at the field-level, form-level, page-level, and root-level scope of your application.
Last updated