Thanks Karl, we'll give that a try and let you know. Definitely appreciate the feedback.
Shane On Tue, Sep 9, 2014 at 4:21 PM, Karl Wright <[email protected]> wrote: > Also, if you are in a position to compile the connector, you can edit the > code for > connector/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LLSERVER.java > as follows: > > At about line 122: > configuration.add("HTTPS", LLValue.LL_TRUE); > > ... add: > System.out.println("SSL was selected"); > > Then, refresh the status page and see if this line is ever printed to the > console. If not, then it's LAPI that is doing something screwy. > > Thanks, > Karl > > > > > On Tue, Sep 9, 2014 at 4:03 PM, Karl Wright <[email protected]> wrote: > >> Hi Shane, >> >> I did a quick check of the Livelink Authority Connector code, and it all >> looks correct: >> >> >>>>>> >> llServer = new >> LLSERVER(!serverProtocol.equals("internal"),serverProtocol.equals("https"), >> serverName,serverPort,serverUsername,serverPassword, >> >> serverHTTPCgi,serverHTTPNTLMDomain,serverHTTPNTLMUsername,serverHTTPNTLMPassword, >> serverHTTPSKeystore); >> <<<<<< >> >> and >> >> >>>>>> >> public LLSERVER(boolean useHttp, boolean useSSL, String server, int >> port, String user, String pwd, >> String httpCgiPath, String httpNtlmDomain, String httpNtlmUser, >> String httpNtlmPassword, >> IKeystoreManager keystoreManager) >> throws ManifoldCFException >> <<<<<< >> >> So maybe your version of LAPI requires LLSSL whenever just "http" is >> selected as a protocol? >> >> Anyway, OpenText used to distribute LAPI (which included lapi.jar and >> llssl.jar) as a separate product/distributioI I don't knwo what they do >> today but that's what they used to do. >> >> Karl >> > >
