Project

General

Profile

Actions

Bug #48490

closed

mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error

Added by Nizamudeen A over 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
octopus, nautilus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Since there are new errors are added in the inbuilt ssl providers (https://github.com/cherrypy/cheroot/blame/577da25e5c24b27eaebda4846ba935e24e761303/cheroot/ssl/builtin.py#L301), updating our side would be good to because recently this error is popping up on https dashboards.

```
[15/Jan/2019:10:13:03] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/cherrypy/wsgiserver/wsgiserver2.py", line 1837, in start
self.tick()
File "/usr/lib/python2.7/site-packages/cherrypy/wsgiserver/wsgiserver2.py", line 1902, in tick
s, ssl_env = self.ssl_adapter.wrap(s)
File "/usr/lib/python2.7/site-packages/cherrypy/wsgiserver/ssl_builtin.py", line 52, in wrap
keyfile=self.private_key, ssl_version=ssl.PROTOCOL_SSLv23)
File "/usr/lib64/python2.7/ssl.py", line 934, in wrap_socket
ciphers=ciphers)
File "/usr/lib64/python2.7/ssl.py", line 609, in init
self.do_handshake()
File "/usr/lib64/python2.7/ssl.py", line 831, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:579)
```


Related issues 2 (0 open2 closed)

Copied to Dashboard - Backport #48515: octopus: mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error ResolvedNizamudeen AActions
Copied to Dashboard - Backport #48516: nautilus: mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error ResolvedNizamudeen AActions
Actions #1

Updated by Nizamudeen A over 3 years ago

  • Description updated (diff)
Actions #2

Updated by Nizamudeen A over 3 years ago

  • Subject changed from SSL Handshake: Update the inbuilt ssl providers error to mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error
Actions #3

Updated by Nizamudeen A over 3 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 38484
Actions #4

Updated by Nizamudeen A over 3 years ago

Raised a fix in upstream cheroot https://github.com/cherrypy/cheroot/pull/348

Actions #5

Updated by Ernesto Puerta over 3 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #6

Updated by Nizamudeen A over 3 years ago

  • Copied to Backport #48515: octopus: mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error added
Actions #7

Updated by Nizamudeen A over 3 years ago

  • Copied to Backport #48516: nautilus: mgr/dashboard: SSL Handshake: Update the inbuilt ssl providers error added
Actions #8

Updated by Ernesto Puerta over 3 years ago

  • Status changed from Pending Backport to Resolved
Actions #9

Updated by Ernesto Puerta about 3 years ago

  • Project changed from mgr to Dashboard
Actions

Also available in: Atom PDF