Last Modified: Nov 22, 2021
Affected Product:
See more info
BIG-IQ Platform
Opened: Nov 01, 2017
Severity: 3-Major
Attempt to restore a backup of BIG-IP version 11.5.4 from BIG-IQ fails with this type of error in /var/log/restjavad.0.log: [SEVERE][70952][06 Oct 2017 10:45:49 UTC][com.f5.rest.icontrol.IControlRunnable][logErrorMsg] (iControl execution) AxisFault[; nested exception is: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure]:
Unable to restore the backup to BIG-IP
The managed BIG-IP HTTP ciphersuite is set to use TLS1.2 only: sys httpd { ssl-sslciphersuite "NONE:AESGCM+ECDSA+TLSv1.2:AESGCM+EDH+aRSA+TLSv1.2:DHE-RSA-AES256-SHA256+TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384" }
Several workarounds are available: 1) Change the cipher to default: sys httpd { ssl-ciphersuite ALL:!ADH:!EXPORT:!eNULL:!MD5:!DES:!RC4:!SEED:!3DES } 2) Upgrade the BIG-IP to version 12.1 or above
None