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