Open martink2 opened 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
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