in reply to Re: Using Soap to pass x509 certificate
in thread Using Soap to pass x509 certificate

My SSL is provided by Thawte and it is registered to https://www.thedialogcenter.com. I am looking to find a way to add the certificate to the header of my Soap Request. I will look at Crypt::SSLeay, but from a glance, it looks like encryption algorithms. I need to attach a certificate to the Soap client. The certificate is not used for encryption, it acts as a digital signiture to prove I am someone who should be making these requests for the server.
  • Comment on Re^2: Using Soap to pass x509 certificate

Replies are listed 'Best First'.
Re^3: Using Soap to pass x509 certificate
by Anonymous Monk on Sep 15, 2004 at 05:06 UTC
      I appologize for being thick, but I have been at this since 7:00 AM EST and it is now 1:22 AM EST. I am not sure what you are asking for?
        He is asking which program library on your machine is encoding your queries into SSL. Is it Crypt::SSLeay, or is it something else?