-
Notifications
You must be signed in to change notification settings - Fork 34
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
Failure to Run on Ubuntu 24.04 with Podman #695
Comments
tagging @JAORMX who uses codegate with podman on Fedora and might have an idea. |
@RobertWi did you run the command to trust the certificate generated by Codegate? |
Yes i did @JAORMX Forgot to add that in steps to reproduce, added it now, apologies |
@RobertWi can you try with a versioned container tag just to be sure?
|
@JAORMX Spun up fresh ubuntu24.04 with libvirt, same issue with docker... Started of with docker to stay as close as per doc. All had a clean install
then as per doc install Dashboard is not reporting version clearly which may be more user friendly then looking at the image id as with prompt codegate version does not apply Will spin up some other distro and let you know. |
FWIW, I'm running on Fedora |
Alternatively As node (electron) is complaining I tried this to no avail
suprisingly using nss database then things are consumed by vscode
Working fine. |
@danbarr this might be something for us to document |
Thanks for the ping, and thanks @RobertWi for the investigation and sticking with it! I'll do some testing to see if the nssdb approach might work consistently for both Fedora/RHEL-derived and Debian/Ubuntu-derived distros instead of the system certs and update the docs accordingly. |
Description
codegate container runs successfully with podman on macOS but fails on Ubuntu 24.04 when using podman. The issue appears related to certificate handling and connectivity to localhost services on port 8080. Callback url? GitHub Copilot functionality is also impacted.Nothing is listening on 8080.
Steps to Reproduce
Used alternative port 9091 as 9090 was taken
restart vscode
Check the container logs using:
Test GitHub Copilot functionality in VS Code (version details below).
Observed Behavior
see logs
Copilot diagnostics below
Additional Observations
--ollama-url
, which seems unnecessary for this setup.localhost:8080
repeatedly fails in the container logs.ERR_PROXY_CERTIFICATE_INVALID
, suggesting certificate issues.Operating System
Linux (Intel)
IDE and Version
VS code 1.96.4
Extension and Version
GitHub Copilot Extension Version: 1.257.0
Provider
GitHub Copilot
Model
gpt4
Codegate version
0.1.6
Logs
Container Logs
GitHub Copilot Logs
The text was updated successfully, but these errors were encountered: