Bug 1279741

Summary: Document WebLogic configuration needed to be able to clone repositories from HTTPS urls
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jan Hrcek <jhrcek>
Component: DocumentationAssignee: brms-docs <brms-docs>
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: high Docs Contact:
Priority: high    
Version: 6.2.0CC: alazarot, brms-docs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:05:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Hrcek 2015-11-10 07:52:40 UTC
Description of problem:
Please add documentation about the setup needed to be able to clone repositories with URLs starting with 'https://' in business-central.

How cloning is done in general: To clone a repository in business-central, users must go to to Authoring > Administration perspective. There they choose Repositories > Clone repository and fill in some details, including URL of the repository to clone and click Clone button.

Issue to document: when business-central is deployed in WebLogic container, the cloning from URLs starting with https:// is not working out of the box (see bug #1275752). WebLogic needs some initial setup in order to make this work.

Specifically users need to set java system property -DUseSunHttpHandler=true when starting the WebLogic server, as described in the following stackoverflow answer [1]

This information should most likely go to Administration & configuration guide.

Version-Release number of selected component (if applicable):
BRMS / BPM Suite 6.2.0


[1] http://stackoverflow.com/questions/18512009/weblogic-net-http-soaphttpsurlconnection-cannot-be-cast-to-javax-net-ssl-httpsur