I have deployed the ODL Netconf TestTool (netconf-testtool-1.1.0-Boron-executable.jar) onto my Nitrogen ODL Controller so I begin Netconf Testing.
When I launch the Netconf TestTool via java -Xmx1G -jar netconf-testtool-1.1.0-Boron-executable.jar I get the following output which seems correct.
root@Ubuntu:~# java -Xmx1G -jar netconf-testtool-1.1.0-Boron-executable.jar
- 16:56:29.985 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, SSH simulated devices starting on port 17830
- 16:56:31.336 [main] INFO o.a.sshd.common.util.SecurityUtils - Trying to register BouncyCastle as a JCE provider
- 16:56:32.381 [main] INFO o.a.sshd.common.util.SecurityUtils - BouncyCastle not registered, using the default JCE provider
- 16:56:32.683 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 17830 to 17830
I then proceed to add a Netconf-Connector for the Netconf TestTool on the ODL Controller via REST, which is successful and it's reports the "connecting" status.
"node-id": "Netconf-Testtool",
"netconf-node-topology:host": "127.0.0.1",
"netconf-node-topology:connection-status": "connecting",
"netconf-node-topology:port": 17830
But when I look back at the ODL TestTool I see the following JAVA error
java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
Has anyone seen this before?