Jonny,
surely your Java client has a cookie management facility buit in ? I have used perl to do the sort of things you are talking about (make a connection to an http interface with cookies) and I use a perl module that understands session management and cookies. Surely you do not have to do Java session management my hand, it should have its own cookie storage (cookie jar ?).
Chris...
Johnny Gonzalez wrote:
Hello Everybody,
I'm sorry for writting this message here but, I don't know who else can help me on this issue. This is the problem.
I need to sign all the requests in the RA with just a few clicks, in the RA there should be a link called "Sing all" or something. after that the interface asks for the password fot the RA certificate and then start signing all requests.
I'm trying to do this through a java program I'm writting, I can store requests using a java program, I'm calling the script: https://192.168.110.221/cgi-bin/pub/pki And I sent the additional parameters for OpenCA to store the request, so thought it would be as easy as that to approve requests: so I'm making the https connection to this URL: https://192.168.110.221/cgi-bin/ra/RAServer Giving the parameters that the script receives to approve a CSR, the parameters are: head, cmd=approveCSR, signature='signature base 64', dataType = "NEW_REQUEST"text="text to sign, the request itself", key="ID of the CSR"
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ OpenCA-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-devel
