Hey David !I am getting the following errors , can you please give some input on this.Error:Dec 10, 2012 10:49:24 PM org.jscep.message.PkiMessageDecoder decode
WARNING: Unable to verify message because the signedData contained no certificates.
Then looking at the Event viewer on server I found the following error message.1. The Network Device Enrollment Service cannot locate a required password in the certificate request. Either a password must be present in the certificate request or the certificate request should be signed with a valid signing certificate. The signing certificate must chain up to a trusted root in the Enterprise store. The signing certificate and the certificate request must have the same subject name or subject alternate name.2. The Network Device Enrollment Service received an http message without the "Operation" tag, or with an invalid "Operation" tag.for above error there is a microsoft hotfix, but this hot fix is only applicable to Windows Server 2008 R2 but I am using Windows Server 2003I also change the query string length in the server using following command (Based on documentation for SCEP) doesn't work too.appcmd.exe set config /section:system.webServer/security/requestFiltering /requestLimits.maxQueryString:"4098" /commit:apphost
I have tried exporting the RootCACertificate in .cer format and tried to signed the using .cer file still the same error.I am not sure, how can I sign the certificate for particular CA, my environment is very simple, I am using Windows Server 2003 and Win 7 as client in both Running on VMsI am using the sample code as per jscep documentation.Any thoughts, Direction or documentation regarding signing a request for CA will be helpful.I have attached a program.Thanks !~Surendra
--