Hi All, 

The following error keeps showing up on my ssvm instance, I've set the api port 
in global settings to 8250, restarted the management service and still see this 
error:

root@s-21-VM:/var/log/cloud# tail -f /var/log/cloud/cloud.out
21:09:23,162 ERROR NioConnection:113 - Unable to initialize the threads.
java.io.IOException: SSL: Fail to init SSL! javax.net.ssl.SSLException: 
Unrecognized SSL message, plaintext connection?
at com.cloud.utils.nio.NioClient.init(NioClient.java:83)
at com.cloud.utils.nio.NioConnection.run(NioConnection.java:108)
at java.lang.Thread.run(Thread.java:662)
21:09:28,173 ERROR NioConnection:113 - Unable to initialize the threads.
java.io.IOException: SSL: Fail to init SSL! javax.net.ssl.SSLException: 
Unrecognized SSL message, plaintext connection?
at com.cloud.utils.nio.NioClient.init(NioClient.java:83)
at com.cloud.utils.nio.NioConnection.run(NioConnection.java:108)
at java.lang.Thread.run(Thread.java:662)


root@s-21-VM:/var/log/cloud# netstat -an | grep 8250
tcp 0 0 10.1.131.21:46352 10.1.130.10:8250 CLOSE_WAIT
tcp 0 0 10.1.131.21:46305 10.1.130.10:8250 CLOSE_WAIT
tcp 0 0 10.1.131.21:46311 10.1.130.10:8250 CLOSE_WAIT




root@s-21-VM:/var/log/cloud# telnet 10.1.130.10 8250
Trying 10.1.130.10...
Connected to 10.1.130.10.
Escape character is '^]'.




Im showing that the SSVM attempts to connect to the management server but as 
the error states there isn't a SSL certificate or https configured on the 
management server. The management server is using the non-ssl configuration 
files for tomcat.conf and sever.xml and nothing was nothing in the 
documentation about which file to use. 

Any Ideas?



Reply via email to