Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 623762 Details for
Bug 852229
anaconda needs to work with signed and unsigned SSL Certs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
dracut patch
0001-Add-rd.noverifyssl-argument-852229.patch (text/plain), 914 bytes, created by
Brian Lane
on 2012-10-08 22:02:51 UTC
(
hide
)
Description:
dracut patch
Filename:
MIME Type:
Creator:
Brian Lane
Created:
2012-10-08 22:02:51 UTC
Size:
914 bytes
patch
obsolete
>From f7e6b4a81600b5663b263434579734486b59ffb6 Mon Sep 17 00:00:00 2001 >From: "Brian C. Lane" <bcl@redhat.com> >Date: Thu, 4 Oct 2012 14:04:41 -0700 >Subject: [PATCH] Add rd.noverifyssl argument (#852229) > >This adds --insecure to the curl args so that self-signed certificates >will be accepted. >--- > modules.d/45url-lib/url-lib.sh | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/modules.d/45url-lib/url-lib.sh b/modules.d/45url-lib/url-lib.sh >index a8069ef..034a7cd 100755 >--- a/modules.d/45url-lib/url-lib.sh >+++ b/modules.d/45url-lib/url-lib.sh >@@ -54,7 +54,8 @@ add_url_handler() { > > export CURL_HOME="/run/initramfs/url-lib" > mkdir -p $CURL_HOME >-curl_args="--location --retry 3 --fail --show-error --insecure" >+curl_args="--location --retry 3 --fail --show-error" >+getargbool 0 rd.noverifyssl && curl_args+=" --insecure" > > curl_fetch_url() { > local url="$1" outloc="$2" >-- >1.7.11.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 852229
: 623762 |
623763