28-Apr-2016 00:33
Hi,
This question can be sound very trivial and basic but I have very high level knowledge on F5 and I am a developer with no prior knowledge and background on network administration. Any help is very much appreciated
We are using BIG-IP 11.4.1 LTM for load balancing HTTP requests to IIS version 6.2 on winodws 2012 r2 . The problem I am facing is when I browse to https:/// the IIS home page gets displayed properly. In case I browse to https:/// the connection gets reset. When I browse to http:/// I am able to see the IIS home page.
The underlying IIS server binds to both 80 and 443. The I have configured using Iapp & f5.microsoft_iis template with HTTPS offload. When I configured the same vip-host-name from Iapp using "plain text to both server and client" things are working as expected. The load balancing pool is configured for IIS server on 80 port. There is only one server in the pool
From tcpdump I am able to see the tcp connection from the IIS server to big ip getting reset.
My question is there any specific IIS/F5 configuration that has to be done to correct this issue.
28-Apr-2016 03:45
Question:
If that's the case, there's one thing worth looking into.
Apart from possible ServerSSL issues, I cannot think of anything else as a likely root cause here.
Have a look here for reference solution: https://devcentral.f5.com/questions/regarding-cipher-negotiation-for-ltm
28-Apr-2016 04:24
Thanks for replying Hannes.
To answer your question:
The backend pool member i.e. the IIS server is listening on port 80 for processing incoming requests. I have configured the same in Load balancing pool. I am trying for SSL offload i.e. SSL terminates on F5 and requests are sent over the wire as normal http
Is server SSL applicable as I am not sending any data over SSL. Its just plain HTTP calls from F5 to pool and vice versa.
I hope this sheds more light on present problem that I am facing
28-Apr-2016 05:02
29-Apr-2016 02:19
29-Apr-2016 03:09
28-Apr-2016 04:24
Thanks for replying Hannes.
To answer your question:
The backend pool member i.e. the IIS server is listening on port 80 for processing incoming requests. I have configured the same in Load balancing pool. I am trying for SSL offload i.e. SSL terminates on F5 and requests are sent over the wire as normal http
Is server SSL applicable as I am not sending any data over SSL. Its just plain HTTP calls from F5 to pool and vice versa.
I hope this sheds more light on present problem that I am facing