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

Element14 API not working in Docker image, likely due to untrusted certificate #891

Open
turmoni opened this issue Mar 11, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@turmoni
Copy link

turmoni commented Mar 11, 2025

Describe the bug
I'm pretty sure this is basically #866 , but specifically raising it as an issue with the (non-frankenphp) container image.

To Reproduce
Steps to reproduce the behavior:

  1. Install and run jbtronics/part-db1 with an element14 configuration set up
  2. Try to do something with this integration (e.g. creating a part from the info provider)
  3. Observe the 500 error, and the "SSL certificate problem: unable to get local issuer certificate for [...]" error in the logs

Expected behavior
The integration should work

Screenshots
Not needed

Server Side

  • Part-DB Version: container image jbtronics/part-db1:latest with digest ID sha256:2b96a4714babda0cabf4a35db70679a758f91593d7680c338384e56bcbb95035
  • PHP Version: As in the above image
  • Database Server: SQLite

Desktop (please complete the following information):
N/A

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):
N/A

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
I said it's the non-frankenphp image, but I don't know if that's also affected, I just don't run that one.

@turmoni turmoni added the bug Something isn't working label Mar 11, 2025
@jbtronics
Copy link
Member

Yeah the docker image uses debian, so it will have the same issue with the missing certificate as a bare debian installation.
The frankenphp image is probably affected the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants