Oracle Traffic Director 12.2.1.x is Unable to Proxy Request to SSL Enabled Origin Servers
(Doc ID 2447988.1)
Last updated on JUNE 20, 2024
Applies to:
Oracle Traffic Director - Version 12.2.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
Oracle Traffic Director is configured to proxy requests to a pool of origin server with ssl enabled. The origin server pool configuration is as follows:
<origin-server-pool>
<name>finance-https</name>
<type>http</type>
<origin-server>
<host>x.x.x.x</host>
<port>8463</port>
</origin-server>
</origin-server-pool>
When accessing application via OTD the request fails with 503 error in the access log:
x.x.x.x - - [11/Sep/2018:16:35:04 +0000] "GET / HTTP/1.1" 503 244 -
x.x.x.x - - [11/Sep/2018:16:35:36 +0000] "GET / HTTP/1.1" 503 244 -
x.x.x.x - - [11/Sep/2018:16:35:40 +0000] "GET / HTTP/1.1" 503 244 -
The server.log shows the all the origin servers in the pool are offline:
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [TRACE:32] [] [health-check] [pid: PID] trying to OPTIONS /, attempting to connect to x.x.x.x:8463
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [TRACE:16] [] [health-check] [pid: PID] trying to OPTIONS /, connected to x.x.x.x:8463
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [TRACE:1] [] [] [pid: PID] Using WIN95 NSPR
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [TRACE:1] [OTD-10967] [health-check] [pid: PID] trying to OPTIONS /, service-http reports: received invalid response header
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [TRACE:1] [OTD-10988] [health-check] [pid: PID] trying to OPTIONS /, service-http reports: origin server : x.x.x.x:8463 is detected as Generic.
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [TRACE:32] [] [health-check] [pid: PID] trying to OPTIONS /, func_exec reports: executing fn="magnus-internal/waf-process-response-header"
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [TRACE:32] [] [health-check] [pid: PID] trying to OPTIONS /, func_exec reports: fn="magnus-internal/waf-process-response-header" returned -2 (REQ_NOACTION)
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [TRACE:32] [] [health-check] [pid: PID] trying to OPTIONS /, check-http-server reports: received server error response code 502 from server x.x.x.x:8463 in pool finance-https
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [TRACE:1] [] [] [pid: PID] For server pool finance-https : using 0 out of 1 active gateways for load balancing (total weight = 0)
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [NOTIFICATION:1] [OTD-10962] [health-check] [pid: PID] trying to OPTIONS /, check-http-server reports: server x.x.x.x:8463 service unavailable
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [NOTIFICATION:1] [OTD-11010] [health-check] [pid: PID] , health-check reports: Server pool finance-https: 0 of 1 server(s) online
[2018-09-11T21:37:43+00:00] [otd_Config_Machine1] [WARNING:1] [OTD-11016] [health-check] [pid: PID] , health-check reports: all servers in origin server pool finance-https are offline.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |