iisWASPlugin and SSL

Hello

I installed the iisWASPlugin 4.0 on a Windows 2003 server with Domino R6,5,3. Everything works fine when my plugin-cfg.xml do only relaying for HTTP protocol but when i add these lines for the HTTPS protocol, all access is stopped.

    <Transport Hostname="www.aaaa.com" Port="1081" Protocol="https">

<Property Name="keyring" value="c:\Lotus\Domino\Data\FQMkeyfile.kyr"/>

<Property Name="stashfile" value="c:\Lotus\Domino\Data\FQMkeyfile.sth"/>

I checked the “event viewer” in Windows and the HTTP SSL Service is running, the ISAPI filters “iisWASPlugin” has a green arrow and the SSL is running on Domino, i can access with https when i use my internal IP address with the port 1081.

Any idea will be very appreciated.

Thanks.

Subject: iisWASPlugin and SSL

Try creating a log file:

<Log LogLevel=“TRACE"

Name=“c:/WebSphere/AppServer/logs/http_plugin.log”/>

Subject: RE: iisWASPlugin and SSL

Hello Piers

I use a log file with option “Trace” since the beginning. When i put my lines for the SSL, i stop IIS, rename the native.log (default name) file and this file is not recreate when i restart IIS. I try HTTP and HTTPS access with no success. I delete the lines for SSL, restart IIS and now the file is recreated and i have access to HTTP. Without a print in a log file, it’s hard to debug. I check the Event viewer and no message about iisWASPlugin.

Other way to debug ?

Thanks for your help