The keyword is `digest`, not `digests`.

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to keepalived in Ubuntu.
https://bugs.launchpad.net/bugs/1194309

Title:
  SSL_GET and HTTP_GET won't work

Status in keepalived package in Ubuntu:
  New

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_on_failure
        TCP_CHECK {
            connect_timeout 1
            connect_port 80
            delay_before_retry 10
        }
  }

  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 {
                         path /frontend/online.html
                         digests 747a43298e195448246825207a9364b6
                 }
            connect_timeout 1
            connect_port 80
            delay_before_retry 10
        }
       }

  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1194309/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-ha
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp

Reply via email to