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

David Morana commented on CONNECTORS-664:
-----------------------------------------

Ok, looking at the LLServer.java:
You call cert.getencoded();
According to the documentation:
Returns the encoded form of this certificate. It is assumed that each 
certificate type would have only a single form of encoding; for example, X.509 
certificates would be encoded as ASN.1 DER.
ASN.1 DER is the wrong format. It needs to be base64 PEM.
Can you change the encoding?


                
> 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