Archived Forum Post

Index of archived forum posts

Question:

sending a digital certificate from a client to a server

May 20 '13 at 22:48

Hi,,

I'm building an SSL client/server application (in separate projects), and i'm trying to send a digital certificate from the client to the server using SendString() method, but the problem is that the certificate i'm trying to send is of type "CkCert", and the sendString() method only takes "String". And at the other end (server) the recieveString() method only takes "String".

So, how can i convert the certificate from a "CkCert" typt into a "const char *" type?

Regards.