Hey guys,
I'm getting the following when trying to connect to the vmrc proxy:
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
I've pasted in the full chunk below.
Environment:
6.2.1
2x vRA VA
2 x IAASweb
1 x IaaS mgr
vCNS Edge loadbalancer, vmrc pool reporting as UP
Has anyone had anything similar? I don't think I have missed anything out in the loadbalancer configuration as traffic is being passed on to the VA.
Happy to give more info if needed - I wasn't too sure what to include.
2015-05-26 16:18:50,828 vcac: [component="cafe:console-proxy" priority="INFO" thread="tomcat-http--33" tenant="vsphere.local"] com.vmware.vcac.console.proxy.controller.TicketController.getTicket:63 - Get Ticket Request vmId: vm-1572, userName: user@removedforsecurity.com
2015-05-26 16:18:50,829 vcac: [component="cafe:console-proxy" priority="INFO" thread="tomcat-http--33" tenant="vsphere.local"] com.vmware.vcac.console.proxy.controller.TicketController.getTicket:67 - Creating Augmented Ticket is successful
2015-05-26 16:18:51,008 vcac: [component="cafe:console-proxy" priority="WARN" thread="consoleproxy" tenant=""] com.vmware.consoleproxy.async.EventDispatcher.handleOperation:235 - [CP] An exception occurred during the execution of an ISelectionOperation javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
at sun.security.ssl.Handshaker.activate(Handshaker.java:470)
at sun.security.ssl.SSLEngineImpl.kickstartHandshake(SSLEngineImpl.java:714)
at sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:740)
at com.vmware.consoleproxy.async.impl.ssl.SSLByteChannel.reset(SSLByteChannel.java:111)
at com.vmware.consoleproxy.async.impl.ssl.SSLByteChannel.(SSLByteChannel.java:80)
at com.vmware.consoleproxy.async.impl.ssl.SecureNioChannelFactory.establishSSLConnection(SecureNioChannelFactory.java:86)
at com.vmware.consoleproxy.async.impl.ssl.operations.SSLEstablishConnectionOperation.performSelectionOperation(SSLEstablishConnectionOperation.java:126)
at com.vmware.consoleproxy.async.impl.operations.CompositeSerialSelectionOperation.performSelectionOperation(CompositeSerialSelectionOperation.java:89)
at com.vmware.consoleproxy.async.EventDispatcher.handleOperation(EventDispatcher.java:200)
at com.vmware.consoleproxy.async.EventDispatcher.processKeys(EventDispatcher.java:178)
at com.vmware.consoleproxy.async.EventDispatcher.run(EventDispatcher.java:140)
at java.lang.Thread.run(Thread.java:745)