SSL_GET and HTTP_GET won't work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
keepalived (Ubuntu) |
New
|
High
|
Unassigned |
Bug Description
Hello,
i have the following problem if i use this in a virtual_server group
real_server x.x.x.x 80 {
weight 1
inhibit_
TCP_CHECK {
}
}
the state check is working fine. If i start and stop the real-server the state toggle
is detected and up and down and down up and the ipvs is also switched. So it works
like indented.
But if i use SSL_GET oder HTTP_GET instead like this:
HTTP_GET {
url {
}
}
}
The state transition from up to down is detected but the state change from down to up is not working.
So the state toggle is not working at all.
I didn't not check if this is a known problem of the keeplived and it is solved in a newer version.
I currently use
Description: Ubuntu 13.04
Release: 13.04
keepalived 1:1.2.2-3ubuntu2 amd64
Thanks in advance
meno
Changed in keepalived (Ubuntu): | |
importance: | Undecided → High |
The keyword is `digest`, not `digests`.