Hi,
You also need to install the private key on the server (Server.PFX instead
of Server.CER) because you need it to do encryption operations.
WSE uses X509 keys in the following way:
Signature -> Client uses private key to sign the message - Server uses
public key to verify the signature
Encryption -> Client uses public key to encrypt the message -> Server uses
the private key to decrypt the message
I hope this can help you
Regards,
Pablo Cibraro
www.lagash.com
> The Cert is in Personal Store and the Web Service is running under Domain
> Administrator account also the cert accessable to ASPNET Account and
[quoted text clipped - 30 lines]
>> >
>> >Thanks in Advance
syed javid - 01 Sep 2005 13:08 GMT
Thanks for reply,
I just want to clear it again you mean if i have client.PFX and Server.CER.
I have to install client.pfx at both client and server side and
server.cer should be install at Server side only.
If this is not right,please explain me uing this two files Client.PFX and
Server.CER How should i install at Client and Server sides.
> Hi,
> You also need to install the private key on the server (Server.PFX instead
[quoted text clipped - 45 lines]
> >> >
> >> >Thanks in Advance
Antonio Dias - 26 Oct 2005 11:45 GMT
> Thanks for reply,
> I just want to clear it again you mean if i have client.PFX and Server.CER.
[quoted text clipped - 52 lines]
>>>>>
>>>>> Thanks in Advance
in the client you need the client.pfx (private and public key) and the
server.cer (public key only)
In the server you need the client public key (that you can get from the
client.pfx) and the server private key