ResonantEcho
Programmer
Several months ago I developed an application with Delphi 10.2 Tokyo using the VCL REST components. Up until this point a certificate check wasn't necessary.
Is there a way to disable the certificate check? It doesn't appear the client or request component has a property to toggle this on and off. However, I see this event:
TRESTClient.OnValidateCertificate
Eventually when the testing phase is complete on the new server and an activated certificate is in place it will have to be verfied. I'm assuming it can be done with same event? Has anyone done this with the VCL REST components and this particular event? Or something else that worked?
I know this can easily be done with some of the other HTTP components, but this application has been in production for several months. I don't have the time to rewrite it with different components, test, etc.
Thank you in advance.
// ResonantEcho
Is there a way to disable the certificate check? It doesn't appear the client or request component has a property to toggle this on and off. However, I see this event:
TRESTClient.OnValidateCertificate
Eventually when the testing phase is complete on the new server and an activated certificate is in place it will have to be verfied. I'm assuming it can be done with same event? Has anyone done this with the VCL REST components and this particular event? Or something else that worked?
I know this can easily be done with some of the other HTTP components, but this application has been in production for several months. I don't have the time to rewrite it with different components, test, etc.
Thank you in advance.
// ResonantEcho