Skip to content
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

ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:897) #347

Closed
1 of 3 tasks
nizamial09 opened this issue Dec 8, 2020 · 3 comments
Closed
1 of 3 tasks
Labels
invalid This is irrelevant

Comments

@nizamial09
Copy link

nizamial09 commented Dec 8, 2020

I was using the https based ceph-dashboard and I keep getting this error notification in the log continously.

mgr[dashboard] [04/Dec/2020:05:20:43] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
 File "/lib/python3.6/site-packages/cherrypy/wsgiserver/__init__.py", line 2021, in start
 self.tick()
File "/lib/python3.6/site-packages/cherrypy/wsgiserver/__init__.py", line 2090, in tick
 s, ssl_env = self.ssl_adapter.wrap(s)
File "/usr/share/ceph/mgr/dashboard/cherrypy_backports.py", line 131, in wrapper
return func(self, sock)
File "/usr/share/ceph/mgr/dashboard/cherrypy_backports.py", line 92, in wrapper
 return func(self, sock)
File "/lib/python3.6/site-packages/cherrypy/wsgiserver/ssl_builtin.py", line 67, in wrap
server_side=True)
File "/lib64/python3.6/ssl.py", line 365, in wrap_socket
 _context=self, _session=session)
File "/lib64/python3.6/ssl.py", line 776, in __init__
self.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:897)

-->

I'm submitting a ...

  • 🐞 bug report
  • 🐣 feature request
  • ❓ question about the decisions made in the repository

🐞 Describe the bug. What is the current behavior?

What is the motivation / use case for changing the behavior?

💡 To Reproduce

Steps to reproduce the behavior:

  1. Run '...'
  2. Make request '....'
  3. See error

💡 Expected behavior

📋 Details

📋 Environment

  • Cheroot version: X.X.X
  • CherryPy version: X.X.X (if applicable)
  • Python version: 3.8.X
  • OS: XXX
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

📋 Additional context

@nizamial09 nizamial09 added bug Something is broken triage labels Dec 8, 2020
@webknjaz webknjaz added invalid This is irrelevant and removed bug Something is broken triage labels Dec 8, 2020
@webknjaz
Copy link
Member

webknjaz commented Dec 8, 2020

This doesn't make sense to use because it doesn't contain any details.

@webknjaz
Copy link
Member

webknjaz commented Dec 8, 2020

Duplicate of #346 (at least sounds like it).

@webknjaz
Copy link
Member

webknjaz commented Dec 8, 2020

Also, the traceback doesn't look like any version we ship.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This is irrelevant
Projects
None yet
Development

No branches or pull requests

2 participants