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

Fix everest cert issue #9623

Open
xjules opened this issue Dec 24, 2024 · 0 comments
Open

Fix everest cert issue #9623

xjules opened this issue Dec 24, 2024 · 0 comments
Labels

Comments

@xjules
Copy link
Contributor

xjules commented Dec 24, 2024

In komodo bleeding ert tests this error tends to popup regularly:

Traceback (most recent call last):
  File "/usr/lib64/python3.11/threading.py", line 1045, in _bootstrap_inner
    self.run()
  File "/usr/lib64/python3.11/threading.py", line 982, in run
    self._target(*self._args, **self._kwargs)
  File "/tmp/f_scout_ci/actions-runner-02/_temp/test-kenv/root/lib64/python3.11/site-packages/everest/detached/jobs/everserver.py", line 156, in _everserver_thread
    uvicorn.run(
  File "/prog/res/komodo/bleeding-20241224-0207-py311-rhel8/root/lib64/python3.11/site-packages/uvicorn/main.py", line 579, in run
    server.run()
  File "/prog/res/komodo/bleeding-20241224-0207-py311-rhel8/root/lib64/python3.11/site-packages/uvicorn/server.py", line 65, in run
    return asyncio.run(self.serve(sockets=sockets))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/asyncio/base_events.py", line 654, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/prog/res/komodo/bleeding-20241224-0207-py311-rhel8/root/lib64/python3.11/site-packages/uvicorn/server.py", line 69, in serve
    await self._serve(sockets)
  File "/prog/res/komodo/bleeding-20241224-0207-py311-rhel8/root/lib64/python3.11/site-packages/uvicorn/server.py", line 76, in _serve
    config.load()
  File "/prog/res/komodo/bleeding-20241224-0207-py311-rhel8/root/lib64/python3.11/site-packages/uvicorn/config.py", line 400, in load
    self.ssl: ssl.SSLContext | None = create_ssl_context(
                                      ^^^^^^^^^^^^^^^^^^^
  File "/prog/res/komodo/bleeding-20241224-0207-py311-rhel8/root/lib64/python3.11/site-packages/uvicorn/config.py", line 113, in create_ssl_context
    ctx.load_cert_chain(certfile, keyfile, get_password)
ssl.SSLError: [SSL] PEM lib (_ssl.c:3938)

https://github.com/equinor/komodo-releases/actions/runs/12475212781/job/34818748086

@xjules xjules added this to SCOUT Dec 24, 2024
@xjules xjules converted this from a draft issue Dec 24, 2024
@xjules xjules added the bug label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant