Hello.
I'm writing HTTP filter to handle some HTTPS requests in HTTP Framework (web browser, oma dm client, etc).
I can cancel HTTP transaction and provide header and body - that part works.
But how can I provide my own certificate to the client? In RHTTPTransaction there is method called ServerCert that can GET the certificate. But how can I SET it?




