[GitHub] rhtyd commented on a change in pull request #3: Livirt hook script
rhtyd commented on a change in pull request #3: Livirt hook script URL: https://github.com/apache/cloudstack-documentation/pull/3#discussion_r213610375 ## File path: source/adminguide/networking/additional_networking_features.rst ## @@ -0,0 +1,120 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +## +Additional Networking Features +## + +*** +KVM Libvirt Hook Script Include Review comment: Move this to hosts/hypervisor section? This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] ernjvr commented on issue #3: Livirt hook script
ernjvr commented on issue #3: Livirt hook script URL: https://github.com/apache/cloudstack-documentation/pull/3#issuecomment-416930931 I moved it hosts. Please @rhtyd @PaulAngus please review. This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
rdpclient.MockServerTest failing
Hi, When building DEB packages I keep running into this test which is failing: "Error in mock server: Received fatal alert: handshake_failure javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure" Is anybody else seeing this as well? I keep removing the tests from the .DEB build now when building them, but that doesn't seem right. Any ideas? Wido Running rdpclient.MockServerTest Error in mock server: Received fatal alert: handshake_failure javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2038) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1135) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397) at streamer.debug.MockServer.run(MockServer.java:122) at java.lang.Thread.run(Thread.java:748) Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.313 sec <<< FAILURE! - in rdpclient.MockServerTest testIsMockServerCanUpgradeConnectionToSsl(rdpclient.MockServerTest) Time elapsed: 0.276 sec <<< ERROR! javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) at sun.security.ssl.Handshaker.activate(Handshaker.java:529) at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1492) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1361) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397) at rdpclient.MockServerTest.testIsMockServerCanUpgradeConnectionToSsl(MockServerTest.java:166)
Re: rdpclient.MockServerTest failing
We have seen this before, and in theory we fixed this problem with https://github.com/apache/cloudstack/pull/2674. It is a problem that related to SSL CipherSuites enabled in each Java version. From one minor version to the other, these ciphers may change. On Wed, Aug 29, 2018 at 9:53 AM, Wido den Hollander wrote: > Hi, > > When building DEB packages I keep running into this test which is failing: > > "Error in mock server: Received fatal alert: handshake_failure > javax.net.ssl.SSLHandshakeException: Received fatal alert: > handshake_failure" > > Is anybody else seeing this as well? I keep removing the tests from the > .DEB build now when building them, but that doesn't seem right. > > Any ideas? > > Wido > > Running rdpclient.MockServerTest > Error in mock server: Received fatal alert: handshake_failure > javax.net.ssl.SSLHandshakeException: Received fatal alert: > handshake_failure > at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) > at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) > at sun.security.ssl.SSLSocketImpl.recvAlert( > SSLSocketImpl.java:2038) > at sun.security.ssl.SSLSocketImpl.readRecord( > SSLSocketImpl.java:1135) > at > sun.security.ssl.SSLSocketImpl.performInitialHandshake( > SSLSocketImpl.java:1385) > at sun.security.ssl.SSLSocketImpl.startHandshake( > SSLSocketImpl.java:1413) > at sun.security.ssl.SSLSocketImpl.startHandshake( > SSLSocketImpl.java:1397) > at streamer.debug.MockServer.run(MockServer.java:122) > at java.lang.Thread.run(Thread.java:748) > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.313 > sec <<< FAILURE! - in rdpclient.MockServerTest > testIsMockServerCanUpgradeConnectionToSsl(rdpclient.MockServerTest) > Time elapsed: 0.276 sec <<< ERROR! > javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol > is disabled or cipher suites are inappropriate) > at sun.security.ssl.Handshaker.activate(Handshaker.java:529) > at > sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1492) > at > sun.security.ssl.SSLSocketImpl.performInitialHandshake( > SSLSocketImpl.java:1361) > at sun.security.ssl.SSLSocketImpl.startHandshake( > SSLSocketImpl.java:1413) > at sun.security.ssl.SSLSocketImpl.startHandshake( > SSLSocketImpl.java:1397) > at > rdpclient.MockServerTest.testIsMockServerCanUpgradeConn > ectionToSsl(MockServerTest.java:166) > -- Rafael Weingärtner