[ 
https://issues.apache.org/jira/browse/CONNECTORS-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610331#comment-13610331
 ] 

Karl Wright commented on CONNECTORS-664:
----------------------------------------

David,

The reason it only wants the parent folder of the cert is because there may be 
more than one cert required in an ssl setup.  So this makes sense, and I'm glad 
LAPI isn't doing something strange.

Since it is not clear:
(1) Did you try the current code from the branch without any modifications, 
before you changed the code?  I modified it yesterday to extrude the cert in 
exactly the form that you uploaded it in.  This should have made it equivalent 
to test code I think you mentioned earlier.
(2) If you comment out line 206 in LLSERVER.java, e.g.:

  protected void releaseCertFolder()
  {
    if (certFolder != null)
    {
      //ManifoldCF.deleteFile(certFolder);
      certFolder = null;
    }
  }

... this should prevent ManifoldCF from deleting the cert directories it 
creates until you shut it down.  Can you do this, try a connection check, and 
then look around in your temp directory to verify that the cert it extrudes is 
in fact identical to the one you uploaded?  That will remove one source of 
uncertainty at least...

Thanks!

                
> Livelink connector: Add support for SSL LAPI communication
> ----------------------------------------------------------
>
>                 Key: CONNECTORS-664
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-664
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 1.1.1
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.2
>
>
> David Morana has requested that the livelink connector be modified to support 
> Livelink's SSL communication protocols.  This will involve a cert for this 
> purpose, as well as be enabled by selection, so there are UI changes 
> required.  There is also another LAPI jar involved: llssl.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to