Bug 1303584

Summary: check the sslengine creation
Product: [oVirt] vdsm-jsonrpc-java Reporter: Eldad Marciano <emarcian>
Component: CoreAssignee: Moti Asayag <masayag>
Status: CLOSED CURRENTRELEASE QA Contact: Eldad Marciano <emarcian>
Severity: low Docs Contact:
Priority: unspecified    
Version: 1.1.5CC: bugs, gklein, pkliczew, sbonazzo
Target Milestone: ovirt-4.0.0-alphaKeywords: CodeChange
Target Release: 1.2.1Flags: rule-engine: ovirt-4.0.0+
rule-engine: planning_ack+
masayag: devel_ack+
rule-engine: testing_ack+
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: ovirt 4.0.0 alpha1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-01 12:26:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Eldad Marciano 2016-02-01 11:32:08 UTC
Description of problem:
sslengine throwing failed to create peer certification.
when it is not set correctly.

(01:24:59 PM) pkliczew: on sslengine there is getUseClientMode
(01:25:09 PM) pkliczew: which you can use to check whether it is server or client
(01:25:47 PM) pkliczew: sslengine is created in SSLClient#createSSLEngine()
(01:25:55 PM) pkliczew: so you can take a look there how it is set
(01:26:32 PM) pkliczew: we need to check for it in SSLEnginNioHelper#process() 
Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Eldad Marciano 2016-05-03 10:14:51 UTC
this patch can be backported to rhev 3.6.x releases?
which mean 1.1.9 or longer?

Comment 2 Gil Klein 2016-07-25 08:52:58 UTC
Verified as a code change only