acciduck / jscep

Automatically exported from code.google.com/p/jscep
MIT License
0 stars 0 forks source link

EJBCA on GlassFish responds with a 404 No CA certificates found. #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install EJBCA on GlassFish using this guide : 
http://www.ejbca.org/installation.html#Glassfish
2. Run the test client

What is the expected output? What do you see instead?
client.createTransaction() should return a Transaction but instead the server 
responds with 404 No CA certificates found.

What version of the product are you using? On what operating system?
EJBCA 3.2
GlassFish 2.1.1
MySQL 5.1
Java 6.20
Windows 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by hir...@gmail.com on 8 Jul 2010 at 2:23

GoogleCodeExporter commented 8 years ago
Same happens here:
EJBCA 3.10 Live CD

Original comment by martins....@gmail.com on 18 Jul 2010 at 4:06

GoogleCodeExporter commented 8 years ago
problem solved here:
added:
builder.caIdentifier("ca-common-name");

Original comment by martins....@gmail.com on 18 Jul 2010 at 4:39

GoogleCodeExporter commented 8 years ago
Thanks martins, I figured out my problem. I had a space in my caIdentifier and 
I guess it wasn't url encoding it. I tried using a %20 to separate it, but it 
didn't work. I had to change the name to just one word.

Original comment by hir...@gmail.com on 19 Jul 2010 at 7:47

GoogleCodeExporter commented 8 years ago

Original comment by davidgrant41 on 2 Nov 2010 at 4:17

GoogleCodeExporter commented 8 years ago
It turns out that none of the message parameters are being URL encoded, so I'll 
add a fix for that problem.

Original comment by davidgrant41 on 2 Nov 2010 at 4:22

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r989.

Original comment by davidgrant41 on 2 Nov 2010 at 4:24

GoogleCodeExporter commented 8 years ago

Original comment by da...@grant.org.uk on 13 Jul 2011 at 6:37

GoogleCodeExporter commented 8 years ago

Original comment by da...@grant.org.uk on 13 Jul 2011 at 6:41

GoogleCodeExporter commented 8 years ago

Original comment by da...@grant.org.uk on 21 Aug 2012 at 12:06