Skip to content

OPENSSL_internal: WRONG_VERSION_NUMBER #53

@nothing2obvi

Description

@nothing2obvi
Successfully started Caddy (pid=17) - Caddy is running in the background
PROXY_CONTENT: False
SOCKS5: 
PROXY_CONTENT: False
SOCKS5: 
───────────────────────────── Starting Reflex App ──────────────────────────────
Warning: Your version (0.8.13) of reflex is out of date. Upgrade to 0.8.18 with 
'pip install reflex --upgrade'
PROXY_CONTENT: False
SOCKS5: 
Backend running at: http://0.0.0.0:8000/
PROXY_CONTENT: False
SOCKS5: 
PROXY_CONTENT: False
SOCKS5: 
Exception in callback LifespanMixin._run_lifespan_tasks.<locals>.<lambda>() at /app/.venv/lib/python3.13/site-packages/reflex/app_mixins/lifespan.py:53
handle: <Handle LifespanMixin._run_lifespan_tasks.<locals>.<lambda>() at /app/.venv/lib/python3.13/site-packages/reflex/app_mixins/lifespan.py:53>
Traceback (most recent call last):
  File "/app/.venv/lib/python3.13/site-packages/curl_cffi/requests/session.py", line 1070, in request
    await task
curl_cffi.curl.CurlError: Failed to perform, curl: (35) TLS connect error: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER. See https://curl.se/libcurl/c/libcurl-errors.html first for more details.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
    self._context.run(self._callback, *self._args)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/.venv/lib/python3.13/site-packages/reflex/app_mixins/lifespan.py", line 53, in <lambda>
    task_.add_done_callback(lambda t: t.result())
                                      ~~~~~~~~^^
  File "/app/StepDaddyLiveHD/backend.py", line 56, in update_channels
    await step_daddy.load_channels()
  File "/app/StepDaddyLiveHD/step_daddy.py", line 45, in load_channels
    response = await self._session.get(f"{self._base_url}/24-7-channels.php", headers=self._headers())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/.venv/lib/python3.13/site-packages/curl_cffi/requests/session.py", line 1077, in request
    raise error(str(e), e.code, rsp) from e
curl_cffi.requests.exceptions.SSLError: Failed to perform, curl: (35) TLS connect error: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER. See https://curl.se/libcurl/c/libcurl-errors.html first for more details.
[Reflex Backend Exception]
 Traceback (most recent call last):
  File "/app/.venv/lib/python3.13/site-packages/curl_cffi/requests/session.py", 
line 1070, in request
    await task
curl_cffi.curl.CurlError: Failed to perform, curl: (35) TLS connect error: 
error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER. See 
https://curl.se/libcurl/c/libcurl-errors.html first for more details.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File "/app/.venv/lib/python3.13/site-packages/reflex/state.py", line 1902, in 
_process_event
    events = await fn(**payload)
             ^^^^^^^^^^^^^^^^^^^
  File "/app/StepDaddyLiveHD/pages/schedule.py", line 59, in on_load
    days = await backend.get_schedule()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/StepDaddyLiveHD/backend.py", line 78, in get_schedule
    return await step_daddy.schedule()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/StepDaddyLiveHD/step_daddy.py", line 124, in schedule
    response = await 
self._session.get(f"{self._base_url}/schedule/schedule-generated.php", 
headers=self._headers())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/.venv/lib/python3.13/site-packages/curl_cffi/requests/session.py", 
line 1077, in request
    raise error(str(e), e.code, rsp) from e
curl_cffi.requests.exceptions.SSLError: Failed to perform, curl: (35) TLS 
connect error: error:100000f7:SSL 
routines:OPENSSL_internal:WRONG_VERSION_NUMBER. See 
https://curl.se/libcurl/c/libcurl-errors.html first for more details.
[Reflex Backend Exception]
 Traceback (most recent call last):
  File "/app/.venv/lib/python3.13/site-packages/curl_cffi/requests/session.py", 
line 1070, in request
    await task
curl_cffi.curl.CurlError: Failed to perform, curl: (35) TLS connect error: 
error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER. See 
https://curl.se/libcurl/c/libcurl-errors.html first for more details.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File "/app/.venv/lib/python3.13/site-packages/reflex/state.py", line 1902, in 
_process_event
    events = await fn(**payload)
             ^^^^^^^^^^^^^^^^^^^
  File "/app/StepDaddyLiveHD/pages/schedule.py", line 59, in on_load
    days = await backend.get_schedule()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/StepDaddyLiveHD/backend.py", line 78, in get_schedule
    return await step_daddy.schedule()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/StepDaddyLiveHD/step_daddy.py", line 124, in schedule
    response = await 
self._session.get(f"{self._base_url}/schedule/schedule-generated.php", 
headers=self._headers())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/.venv/lib/python3.13/site-packages/curl_cffi/requests/session.py", 
line 1077, in request
    raise error(str(e), e.code, rsp) from e
curl_cffi.requests.exceptions.SSLError: Failed to perform, curl: (35) TLS 
connect error: error:100000f7:SSL 
routines:OPENSSL_internal:WRONG_VERSION_NUMBER. See 
https://curl.se/libcurl/c/libcurl-errors.html first for more details.

Running on OrbStack on a Mac, not behind a proxy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions