ignoreservercertificate
- How-to
- mike S
- PowerBuilder
- Wednesday, 3 August 2022 09:06 PM UTC
Help says that the DEFAULT is 0 which means to ignore all certificate errors. Does that mean it does not check the certificate at all by default?
how do you have these clients validate the client cert? Do you set the value to null?
I think this was added in PB 2021
-------------------------------
IgnoreServerCertificate - - Objects and Controls (appeon.com)
IgnoreServerCertificate
Applies to
HTTPClient, RestClient, TokenRequest, OAuthRequest
Description
When the IgnoreServerCertificate property is set with a value, the program will ignore certain type(s) of server certificate error when sending a request. The value can be one or a combination of one or more of the following values. The default value is 0.
-
0 -- ignores all certificate errors
-
1 -- ignores unknown certificate authentication (CA)
-
2 -- ignores certificates whose date is invalid
-
4 -- ignores certificates whose common name (CN) is invalid
-
8 -- ignores certificates with incorrect usage
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.