Re: OnHostCertificate event problems (General questions)
Paul,
I think this is problem with Delphi that cannot deal with [in/out] argument in event. We can solve this with workaround - we can create hidden property 'Accept' that you would call from inside this event instead of setting the argument.
Would that help?