|
From: David M. <djm...@gm...> - 2013-05-07 23:42:11
|
Hi I’m trying to use ejbca as a scep server and am having some problems. I have created a self-signed CA cert and installed it but I keep getting a 404 error when I try issuing a scep GetCACert operation. http://127.0.0.1:8080/ejbca/publicweb/apply/scep/pkiclient.exe?operation=GetCACert&message = HTTP Status 404 - No CA certificates found. type Status report message No CA certificates found. description The requested resource (No CA certificates found.) is not available. JBoss Web/2.1.3.GA I get a valid response to the GetCACaps message though http://127.0.0.1:8080/ejbca/publicweb/apply/scep/pkiclient.exe?operation=GetCACaps&message = POSTPKIOperation SHA-1 What am I doing wrong or what have I missed? thanks Dave |