sergiosorias / jscep

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

Compatibility with commercial Entrust VPN Enrollment Server #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've tested the API and client against a Entrust VPN Enrollment Server's SCEP 
interface. It's more or less working I've patched some minor issues against 
jscep version 1.1.2.
This SCEP server is working in RA mode.

1. CaCertificateContentHandler from API
patched the PKCS#7 message handling

2. Client.java
* This server does not support GetCACaps (502 HTTP response). This case has to 
be handled. I've done a workaround, maybe there are better possibilities.
* This server has three certificates (one CA cert, two RA certs). selectCA and 
selectRecipient are patched accordingly.

Thanks, nice project. 

Original issue reported on code.google.com by nikolas....@gmail.com on 14 Jan 2011 at 9:43

Attachments:

GoogleCodeExporter commented 9 years ago
Added wrong patch...sorry

Original comment by nikolas....@gmail.com on 14 Jan 2011 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by davidgrant41 on 14 Jan 2011 at 10:03

GoogleCodeExporter commented 9 years ago

Original comment by davidgrant41 on 14 Jan 2011 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by davidgrant41 on 14 Jan 2011 at 10:04

GoogleCodeExporter commented 9 years ago
Thanks for the patch Nikolas.  I've got some spare development time coming up 
in the next couple of weeks, so I'll roll this change in and deliver a 1.1.3 
release.

Dave

Original comment by davidgrant41 on 14 Jan 2011 at 10:13

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1118.

Original comment by davidgrant41 on 1 Feb 2011 at 8:54

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Looks like this issue came back in 1.2? I think we see it in 1.2.1:

ERROR org.jscep.transport.HttpGetTransport::sendMessage: 
java.io.IOException: 502 Bad Gateway
at org.jscep.transport.HttpGetTransport.sendRequest(HttpGetTransport.java:57)
at org.jscep.client.Client.getCaCapabilities(Client.java:398)
at org.jscep.client.Client.createTransport(Client.java:375)

Original comment by michal.m...@gmail.com on 25 Dec 2011 at 10:18

GoogleCodeExporter commented 9 years ago

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