Forum Discussion
geeko_85254
Altostratus
Jul 18, 2016iControl php - soap client broken after 12.1 upgrade
I have a iControl php apps that worked in V11.6 that no longer work in V12.1 due to SoapClient errors. PHP Code... global $soapClient;
$location="https://$hostname/iControl/iControlPortal.cg...
- Jul 19, 2016
I figured out. I was running php 5.3 which does not support tlsv1. V12.1 won't accept "insecure" connections anymore. I upgraded php to 5.4 and added ssl_method to soapclient for tls...
$soapClient = new SoapClient($wsdl,array('location'=>$location,'login'=>$username,'password'=>$password,'ssl_method'=>SOAP_SSL_METHOD_TLS));
geeko_85254
Altostratus
Jul 19, 2016I figured out. I was running php 5.3 which does not support tlsv1. V12.1 won't accept "insecure" connections anymore. I upgraded php to 5.4 and added ssl_method to soapclient for tls...
$soapClient = new SoapClient($wsdl,array('location'=>$location,'login'=>$username,'password'=>$password,'ssl_method'=>SOAP_SSL_METHOD_TLS));Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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