Bug 1279311 - Could not create the product: There was an issue with the backend service candlepin: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert internal error
Summary: Could not create the product: There was an issue with the backend service can...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Installation
Version: Nightly
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: Katello Bug Bin
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-09 06:42 UTC by Jan Hutař
Modified: 2019-09-26 13:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-20 10:56:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Hutař 2015-11-09 06:42:17 UTC
Description of problem:
Could not create the product: There was an issue with the backend service candlepin: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert internal error


Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-6-20151105.1-Satellite-x86_64


How reproducible:
1 of 1 (trying again now)


Steps to Reproduce:
1. Install Satellite with:
   # katello-installer --foreman-admin-email root@localhost --foreman-admin-username <user> --foreman-admin-password <pass> --capsule-dns true --capsule-dns-forwarders <ip> --capsule-dns-forwarders <ip> --capsule-dns-forwarders <ip> --capsule-dns-interface virbr1 --capsule-dns-zone katellolabs.org --capsule-dhcp true --capsule-dhcp-interface virbr1 --capsule-tftp true --capsule-puppet true --capsule-puppetca true --verbose
2. # hammer --username <user> --password <pass> product create --name Sat6 --organization 'Default Organization'


Actual results:
Could not create the product:
  There was an issue with the backend service candlepin: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert internal error


Expected results:
Should work

Comment 2 Jan Hutař 2015-11-09 06:56:26 UTC
Relevant part of `hammer --debug ...`:

[ INFO 2015-11-09 01:54:46 API] POST /katello/api/products
[DEBUG 2015-11-09 01:54:46 API] Params: {
    "organization_id" => 1,
               "name" => "Sat6"
}
[DEBUG 2015-11-09 01:54:46 API] Headers: {}
[DEBUG 2015-11-09 01:54:46 API] 500 Internal Server Error
{
            "errors" => [
        [0] "There was an issue with the backend service candlepin: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert internal error"
    ],
    "displayMessage" => "There was an issue with the backend service candlepin: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert internal error"
}


Note You need to log in before you can comment on or make changes to this bug.