Thanks for the suggestion Mike,
I gave it a try against our system test environment but I'm still getting 502 ! Details have changed since my previous posts as it's a differant env-
<rule name="ARR_www.osso.ste.rbsgrp.mde_loadbalance_SSL" patternSyntax="Wildcard" stopProcessing="true">
<match url="*" />
<conditions logicalGrouping="MatchAll">
<add input="{HTTPS}" pattern="on" />
</conditions>
<action type="Rewrite" url="https://www.osso.ste.rbsgrp.mde/{R:0}" />
</rule>
<rule name="ARR_www.osso.ste.rbsgrp.mde_loadbalance" patternSyntax="Wildcard" stopProcessing="true">
<match url="*" />
<conditions logicalGrouping="MatchAll" />
<action type="Rewrite" url="http://www.osso.ste.rbsgrp.mde/{R:0}" />
</rule>
<webFarm name="www.osso.ste.rbsgrp.mde" enabled="true">
<server address="anztssoa" enabled="true">
<applicationRequestRouting httpPort="8001" httpsPort="8002" />
</server>
<server address="anztssob" enabled="false">
<applicationRequestRouting httpPort="8011" httpsPort="8012" />
</server>
</webFarm>
If I miss out IIS and go directly to AIX on port 8002 from internet explorer I'm OK and can see certificate for site www.osso.ste.rbsgrp.mde.
If I go via IIS it's 502 time again with Apache logging -
[Tue Feb 3 11:41:43 2009] [error] mod_ossl: SSL call to NZ function nzos_Handshake failed with error 29014 (server www.osso.ste.rbsgrp.mde:443, client 11.153.106.55)
[Tue Feb 3 11:41:43 2009] [error] mod_ossl: Unknown error
[Tue Feb 3 11:41:43 2009] [error] mod_ossl: SSL call to NZ function nzos_Handshake failed with error 28864 (server www.osso.ste.rbsgrp.mde:443, client 11.153.106.55)
[Tue Feb 3 11:41:43 2009] [error] mod_ossl: SSL IO error [Hint: the client stop the connection unexpectedly]
While IIS is logging -
#Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken
2009-02-03 11:41:43 W3SVC6 MLAUANZEN01 11.153.106.143 GET / X-ARR-LOG-ID=936c5cb5-d42c-43d8-a27a-6f0352411679 443 - 11.152.62.60 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1) - - www.osso.ste.rbsgrp.mde 502 3 12175 1664 372 109
I'm trying to set this up as a proof of concept that ARR will do a job for us by loadbalancing SSL Apache instances so any suggestions would be greatly appreciated.
Finally, I'm wondering if anybody could suggest a friendly debug tool ? I'm a bit scared of Wireshark !
John,