Forum Discussion
andy_12_5042
Dec 29, 2010Nimbostratus
set ssl options in a client ssl profile
I have been trying to get this right but am missing something. The function will set the options check box but does not set the value? I had simialr issue with another function so I know it is because...
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??
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects