Hi, I tried to request a certificate from '.../simpleenroll' endpoint, the EST server throws 500-Internal server Exception. Will you please help me with that
curl -v http://localhost:8080/.well-known/est/autoenroll/simpleenroll * Trying 127.0.0.1... * TCP_NODELAY set * Connected to localhost (127.0.0.1) port 8080 (#0) > GET /.well-known/est/autoenroll/simpleenroll HTTP/1.1 > Host: localhost:8080 > User-Agent: curl/7.58.0 > Accept: */* > < HTTP/1.1 500 Internal Server Error < Date: Thu, 27 Aug 2020 14:21:38 GMT < Server: Apache/2.4.10 (Debian) < Content-Length: 609 < Connection: close < Content-Type: text/html; charset=iso-8859-1 < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.</p> <p>More information about this error may be available in the server error log.</p> <hr> <address>Apache/2.4.10 (Debian) Server at localhost Port 8080</address> </body></html> * Closing connection 0 Thanks Ravi L From: Oliver Welter <[email protected]> Sent: 25 August 2020 22:13 To: Lingala, Ravi Shankar (GE Digital) <[email protected]>; [email protected] Subject: EXT: Re: Reg: Help Hello Ravi, using our public demo and the "curl" tool this command will return the base64 encoded PKCS7 certificate structure as defined in the EST standard: curl -X POST -v https://oxi-ee-demo.whiterabbitsecurity.com/.well-known/est/autoenroll/simpleenroll -H Content-Type:application/pkcs10 --data-binary @esttest.csr Oliver Am 25.08.20 um 14:59 schrieb Lingala, Ravi Shankar (GE Digital): Hi, I have installed openxpki, I'm trying to create CSR with EST protocol. Will you please provide me with any documentation or demo video link on using openxpki tool that will help. //Ravi L -- White Rabbit Security GmbH, Werner-Heisenberg-Str. 8, 85254 Sulzemoos Contact: +49 8135 314 000-0, [email protected]<mailto:[email protected]> Director: Martin Bartosch, Scott T. Hardin, Dr. Oliver Welter
_______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
