Hi,
I have encountered a Java null pointer exception when I try to do an an
enrollment using Dogtag 10.2.4's ReST interface. I receive the following
response back from Dogtag when I POST to the resource ending in
/ca/rest/certrequests.
<?xml version="1.0" encoding="UTF-8"
standalone="yes"?><PKIException><Attributes/><ClassName>com.netscape.certsrv.base.PKIException</ClassName><Code>500</Code><Message>java.lang.NullPointerException</Message></PKIException>2015/
I understand that there is a new ReST interface that was introduced to
Dogtag where enrollment requests should be posted to the resource
ending in /pki/request.
However, when I do that, I receive a 404 page back in response.
I am using Fedora 22 Server 32 bit with just the 389 directory service
installed alongside Dogtag 10.2.4.
Any guidance would be appreciated.
Thanks,
Peter