-
-
Notifications
You must be signed in to change notification settings - Fork 99
Avoid ssl alert bad certificate error from ssl clients #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a test and it shouldn't generate linter offenses.
1bd9ef5 to
a31cfea
Compare
This commit is to avoid the alert bad certificate error that keeps happening when some requests. Signed-off-by: Nizamudeen A <nia@redhat.com>
|
@nizamial09 the commit is not linked to your GitHub account. You need to either add the committer email to GitHub or fix your local Git setup. Also, fill out the PR template. It doesn't have any explanation currently. |
a31cfea to
eec6cc0
Compare
Okay. I'll take care of that and will update it. |
…iders error upstream tracked in cherrypy/cheroot#348 Fixes: https://tracker.ceph.com/issues/48490 Signed-off-by: Nizamudeen A <nia@redhat.com>
|
I'll mark it as a draft until ready |
…iders error upstream tracked in cherrypy/cheroot#348 Fixes: https://tracker.ceph.com/issues/48490 Signed-off-by: Nizamudeen A <nia@redhat.com> (cherry picked from commit 4cbe89f)
…iders error upstream tracked in cherrypy/cheroot#348 Fixes: https://tracker.ceph.com/issues/48490 Signed-off-by: Nizamudeen A <nia@redhat.com> (cherry picked from commit 4cbe89f)
…iders error upstream tracked in cherrypy/cheroot#348 Fixes: https://tracker.ceph.com/issues/48490 Signed-off-by: Nizamudeen A <nia@redhat.com>
|
I couldn't reproduce this. |
…iders error upstream tracked in cherrypy/cheroot#348 Resolves: rhbz#1904340 Signed-off-by: Nizamudeen A <nia@redhat.com>
This commit is to avoid the alert bad certificate error that keeps happening when some requests.
Signed-off-by: Nizamudeen A nia@redhat.com
❓ What kind of change does this PR introduce?
📋 What is the related issue number (starting with
#)#347
❓ What is the current behavior? (You can also link to an open issue here)
❓ What is the new behavior (if this is a feature change)?
📋 Other information:
📋 Checklist:
and description in grammatically correct, complete sentences
This change is