More testing on AS2 trying to find out the cause of the exception

The last test we did was:

The normal procedure is the Sender signs and encrypts the message then sends it to the Receiver.  The AS2Handler on the Receiver’s IIS server receives the signed and encrypted message then it tries to verify the signature and decrypt the message. However in this test we made the AS2Handler do everything: sign, verify, encrypt, decrypt.  This means all the codes are executed at server side. This is basically putting the test program we developed before on the IIS server and see if it still works. It failed however. The AS2Handler couldn’t locate the correct Certificate and couldn’t verify the signature nor decrypt the encrypted message.

Because of this the Digital Signature and Encryption are not implemented in the existing AS2 program. However the test program we developed clearly demonstrates how the Digital Signature and Encryption can be implemented.

The solution is to get IIS6.0

Entry No.17
22nd, Sep
top
Introduction  
Events
Deliverables
workLog
aboutMe