How about the certificate for SSL client authentication (which should
belong to the RA operator) ? You should probably check the issuer field in
the certificate.. Check whether it's issued by the right CA...
Or maybe you should use a new RA certificate... 
BTW : do you use Netscape or MSIE as the browser ?

Regards,
 -Fira-

On Mon, 7 Aug 2000, ice lee wrote:

> Hi, Fira. 
> First, thank you so much for answering my question!
> howerver, i had tried the way you told me. and even raserver could succeeded
> in approving the cert request by that, when i brought the approved
> certificate  request file to ca, it showed "INCORRECT SIGNATURE" and couldn't
> be issued by ca. so i think the problem maybe have some relations with the RA
> operator certificate insead of scripts, but my ra does have certificate. so
> i'm stuck.
> thank you for your kind help, and do you have some idea to help me?
> 
> best wishes,
> ice
> 
> >Asfira Sagitri wrote:
> 
> > 
> > Hi..
> > I had answered the same question you are now asking to the list..
> > Now I'm forwarding the mail to you... Hope this helps...
> > 
> > Regards,
> >  -Fira-
> > 
> > 
> > ---------- Forwarded message ----------
> > Date: Thu, 29 Jun 2000 15:41:56 +0700 (JAVT)
> > From: Asfira Sagitri <[EMAIL PROTECTED]>
> > To: Mohamed LRHAZI <[EMAIL PROTECTED]>
> > Cc: Scribe Gob <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> > Subject: Re: [openca-users:9] RENAMED it to: How to generate a RA operator 
>certificate ?
> > 
> > 
> > Hi Mohamed..
> > Once, about a month ago, I also run into a similar problem.. The RA
> > operator just couldn't sign the certificate request. An alert window
> > always came up with this note : "Sign is needed to proceed!"
> > So I checked the cgi script in 'cgi-raserver/sheets' directory, and in a
> > file called app_req.html, I found this function :
> > 
> > <SCRIPT LANGUAGE="javascript1.2">
> > function signForm( theForm, theWindow) {
> >         var signedText;
> > 
> >         signedText = theWindow.crypto.signText(theForm.text.value, "ask");
> >         if( signedText.length < 100 ) {
> >                 alert( "Sign is needed to proceed!" );
> >                 return false;
> >         } else {
> >                 theForm.signature.value = signedText;
> >                 theForm.submit();
> >         }
> > }
> > </SCRIPT>
> > 
> > I tried to change the value 100 (in line containing 
> > "if(signedText.length < 100 )" ) into a lower number (in my case, it was
> > changed to be 10). After I did that, I succeeded in signing the requests.
> > I don't know if that is a correct action or not, but maybe you can also
> > try it.. :)
> > 
> > Regards,
> >  -Fira-
> > 
>   
> ______________________________________________________
> Get your free email address at http://mail.fm365.com
> 


--------------------------------------------------------------
Per problemi: [EMAIL PROTECTED] oppure (anche meglio)
[EMAIL PROTECTED]  (messaggio con la sola parola HELP)
--------------------------------------------------------------

Reply via email to