Forum Discussion
andy_12_5042
Dec 30, 2010Nimbostratus
for some reason I cant get this to work. Even if I paste exactly what you have above I still get an empty option and it is not set....
opts = s.typefactory.create('LocalLB.ProfileSSLOption')
option_list = s.typefactory.create('LocalLB.SSLOption')
opts.values = [option_list.SSL_OPTION_EPHEMERAL_RSA]
opts.default_flag =0
s.set_ssl_option(['test'], options = [opts])
>>> s.get_ssl_option(['test'])
[(LocalLB.ProfileSSLOption){
values[] =
default_flag = False
}]
What am I missing??