Hello, I think what may be happening is that your SSL virtual server is set to the protocol “SSL (HTTPS)” - so your vTM is expecting to receive HTTPS and forward HTTPS traffic. I guess you intend that your vTM will expect to receive HTTPS - but will decrypt to HTTP, and then forward to the same pool as the HTTP virtual server? Suggest that for each service, you: - Create the two virtual servers, say “vs-http” and “vs-https” - Both servers should be set to protocol “HTTP” - For the virtual server “vs-https” you can enable SSL decryption so that it accepts HTTPS, terminates the SSL, and forwards as HTTP - Point both virtual servers to the same pool “pool-http” Alternatively, would it be simpler to redirect HTTP traffic to HTTPS? - Create the two virtual servers, say “vs-http” and “vs-https” both set to HTTP, as above - For the “vs-http” server, set up a simple redirect rule to “vs-https” server - Then you only need to create one set of rules and policies, in the “vs-https” server - Which would be easier to manage moving forward
Does that work?
... View more