-
Notifications
You must be signed in to change notification settings - Fork 159
IPv6 non-standard ssl 443 port login error #61
Description
bash kasm_release/install.sh -L 4443
version: kasm_release_1.17.0.7f020d.tar.gz
This is the kasm_api container logs:
2025-10-05 12:58:49,927 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:58:49] "POST /api/__healthcheck HTTP/1.1" 200 12 "" "python-requests/2.32.3"
2025-10-05 12:58:49,991 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:58:49] "POST /api/guac_get_managers HTTP/1.1" 200 35 "" "python-requests/2.32.3"
2025-10-05 12:58:51,371 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (127.0.0.1).
2025-10-05 12:58:51,376 [INFO] cherrypy.access.139725649787744: 127.0.0.1 - - [05/Oct/2025:12:58:51] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "curl/7.88.1"
2025-10-05 12:58:52,058 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (172.18.0.10).
2025-10-05 12:58:52,066 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:58:52] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "Go-http-client/1.1"
2025-10-05 12:58:52,080 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:58:52] "POST /api/guac_get_managers HTTP/1.1" 200 35 "" "Go-http-client/1.1"
2025-10-05 12:58:52,736 [ERROR] cherrypy.error.139725649787744: [05/Oct/2025:12:58:52]
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 66, in call
return self.callback(**self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "api_server/server.py", line 46, in header_sanitizer
ValueError: too many values to unpack (expected 2)
2025-10-05 12:58:52,739 [ERROR] cherrypy.error.139725649787744: [05/Oct/2025:12:58:52] HTTP
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 659, in respond
self._do_respond(path_info)
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 698, in _do_respond
self.hooks.run('on_start_resource')
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 95, in run
self.run_hooks(iter(sorted(self[point])))
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 66, in call
return self.callback(**self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "api_server/server.py", line 46, in header_sanitizer
ValueError: too many values to unpack (expected 2)
2025-10-05 12:58:52,742 [ERROR] root: Unhandled exception occurred
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 659, in respond
self._do_respond(path_info)
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 698, in _do_respond
self.hooks.run('on_start_resource')
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 95, in run
self.run_hooks(iter(sorted(self[point])))
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 66, in call
return self.callback(**self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "api_server/server.py", line 46, in header_sanitizer
ValueError: too many values to unpack (expected 2)
2025-10-05 12:58:52,745 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:58:52] "POST /api/authenticate HTTP/1.1" 500 78 "https://[240e:699:ca03:7100::9]:4443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36"
2025-10-05 12:58:54,154 [ERROR] cherrypy.error.139725649787744: [05/Oct/2025:12:58:54]
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 66, in call
return self.callback(**self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "api_server/server.py", line 46, in header_sanitizer
ValueError: too many values to unpack (expected 2)
2025-10-05 12:58:54,156 [ERROR] cherrypy.error.139725649787744: [05/Oct/2025:12:58:54] HTTP
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 659, in respond
self._do_respond(path_info)
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 698, in _do_respond
self.hooks.run('on_start_resource')
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 95, in run
self.run_hooks(iter(sorted(self[point])))
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 66, in call
return self.callback(**self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "api_server/server.py", line 46, in header_sanitizer
ValueError: too many values to unpack (expected 2)
2025-10-05 12:58:54,160 [ERROR] root: Unhandled exception occurred
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 659, in respond
self._do_respond(path_info)
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 698, in _do_respond
self.hooks.run('on_start_resource')
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 95, in run
self.run_hooks(iter(sorted(self[point])))
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 66, in call
return self.callback(**self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "api_server/server.py", line 46, in header_sanitizer
ValueError: too many values to unpack (expected 2)
2025-10-05 12:58:54,162 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:58:54] "POST /api/authenticate HTTP/1.1" 500 78 "https://[240e:699:ca03:7100::9]:4443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36"
2025-10-05 12:58:58,603 [ERROR] cherrypy.error.139725649787744: [05/Oct/2025:12:58:58]
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 66, in call
return self.callback(**self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "api_server/server.py", line 46, in header_sanitizer
ValueError: too many values to unpack (expected 2)
2025-10-05 12:58:58,605 [ERROR] cherrypy.error.139725649787744: [05/Oct/2025:12:58:58] HTTP
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 659, in respond
self._do_respond(path_info)
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 698, in _do_respond
self.hooks.run('on_start_resource')
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 95, in run
self.run_hooks(iter(sorted(self[point])))
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 66, in call
return self.callback(**self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "api_server/server.py", line 46, in header_sanitizer
ValueError: too many values to unpack (expected 2)
2025-10-05 12:58:58,610 [ERROR] root: Unhandled exception occurred
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 659, in respond
self._do_respond(path_info)
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 698, in _do_respond
self.hooks.run('on_start_resource')
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 95, in run
self.run_hooks(iter(sorted(self[point])))
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 117, in run_hooks
hook()
File "/usr/local/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 66, in call
return self.callback(**self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "api_server/server.py", line 46, in header_sanitizer
ValueError: too many values to unpack (expected 2)
2025-10-05 12:58:58,615 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:58:58] "POST /api/authenticate HTTP/1.1" 500 78 "https://[240e:699:ca03:7100::9]:4443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36"
2025-10-05 12:59:01,452 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (127.0.0.1).
2025-10-05 12:59:01,456 [INFO] cherrypy.access.139725649787744: 127.0.0.1 - - [05/Oct/2025:12:59:01] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "curl/7.88.1"
2025-10-05 12:59:01,585 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (172.18.0.3).
2025-10-05 12:59:01,589 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:59:01] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "axios/1.9.0"
2025-10-05 12:59:01,609 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:59:01] "POST /api/guac_get_managers HTTP/1.1" 200 35 "" "axios/1.9.0"
2025-10-05 12:59:11,532 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (127.0.0.1).
2025-10-05 12:59:11,538 [INFO] cherrypy.access.139725649787744: 127.0.0.1 - - [05/Oct/2025:12:59:11] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "curl/7.88.1"
2025-10-05 12:59:20,059 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (172.18.0.9).
2025-10-05 12:59:20,063 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:59:20] "POST /api/__healthcheck HTTP/1.1" 200 12 "" "python-requests/2.32.3"
2025-10-05 12:59:20,127 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:59:20] "POST /api/guac_get_managers HTTP/1.1" 200 35 "" "python-requests/2.32.3"
2025-10-05 12:59:21,616 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (127.0.0.1).
2025-10-05 12:59:21,621 [INFO] cherrypy.access.139725649787744: 127.0.0.1 - - [05/Oct/2025:12:59:21] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "curl/7.88.1"
2025-10-05 12:59:22,053 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (172.18.0.10).
2025-10-05 12:59:22,055 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (172.18.0.10).
2025-10-05 12:59:22,064 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:59:22] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "Go-http-client/1.1"
2025-10-05 12:59:22,067 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:59:22] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "Go-http-client/1.1"
2025-10-05 12:59:22,073 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:59:22] "POST /api/guac_get_managers HTTP/1.1" 200 35 "" "Go-http-client/1.1"
2025-10-05 12:59:31,586 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (172.18.0.3).
2025-10-05 12:59:31,590 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:59:31] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "axios/1.9.0"
2025-10-05 12:59:31,610 [INFO] cherrypy.access.139725649787744: 172.18.0.11 - - [05/Oct/2025:12:59:31] "POST /api/guac_get_managers HTTP/1.1" 200 35 "" "axios/1.9.0"
2025-10-05 12:59:31,694 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (healthcheck) from IP address (127.0.0.1).
2025-10-05 12:59:31,698 [INFO] cherrypy.access.139725649787744: 127.0.0.1 - - [05/Oct/2025:12:59:31] "GET /api/__healthcheck HTTP/1.1" 200 12 "" "curl/7.88.1"