magec / icontrol

This gem allows you to connect to a F5 appliance
http://magec.es/icontrol
MIT License
15 stars 7 forks source link

peer_certification_mode always returns nill as value #3

Open martink2 opened 13 years ago

martink2 commented 13 years ago

When trying to do a

puts IControl::LocalLB::ProfileClientSSL.peer_certification_mode(:profile_names => "test").inspect

I always get

IControl::LocalLB::ProfileClientSSLCertificateMode:0x2b7f6ccb2c78 @attributes={:default_flag=>"false", :value=>nil}

but the value should be CLIENTSSL_CERTIFICATE_MODE_REQUEST in my case.

I tested this on multiple F5 and using a java smaple i get the corret response.

If you have any idea i would be really greatfull

Thanks Martin