Forum Discussion
uchi_122495
Feb 10, 2015Cirrus
Failed to create LocalLBProfileClientSSL on v11.5.1 via iControl
I am trying to create clientSSL profile on v11.5.1HF7 via iControl Java. I can create it on /Common partition ,but unable to do on the other partition. Please Help. This code works fine. Str...
- May 13, 2016
This bug ( ID465142 ) is fixed on v11.5.4
ID 465142
LocalLB::ProfileClientSSL::create and create_v2 methods now work correctly when used in partitions other than /Common.
uchi_122495
Feb 11, 2015Cirrus
Michael, thank you for your reply.
I tried changing crt and key name. But it also failed with same errors.
String[] profile_names = { "profile_ssl_test" };
/** RSA keypair (/Test/test.key and /Test/test.crt) was created already. */
LocalLBProfileString[] key_names = { new LocalLBProfileString("test.key",false) };
LocalLBProfileString[] crt_names = { new LocalLBProfileString("test.crt",false) };
interfaces.getManagementPartition().set_active_partition("/Test");
interfaces.getLocalLBProfileClientSSL().create_v2(profile_names, key_names, crt_names);
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