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

Invalid certificate error when using a runner #109

Open
allyburg opened this issue Jul 31, 2024 · 1 comment
Open

Invalid certificate error when using a runner #109

allyburg opened this issue Jul 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@allyburg
Copy link

When I try to publish a quarto website to posit connect using GitHub actions on a runner (specifically when I run quarto-dev/quarto-actions/publish@v2) , I get this error:

============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.

Platform: linux x86_64
Version: 1.41
Args: ["/opt/quarto/bin/tools/x86_64/deno", "run", "--unstable-ffi", "--no-config", "--allow-read", "--allow-write", "--allow-run", "--allow-env", "--allow-net", "--allow-ffi", "--no-check", "--v8-flags=--enable-experimental-regexp-engine,--max-old-space-size=8192,--max-heap-size=8192", "--importmap=/opt/quarto/bin/vendor/import_map.json", "/opt/quarto/bin/quarto.js", "publish", "connect", ".", "--no-browser"]

thread 'main' panicked at cli/args/mod.rs:596:14:
Failed to add platform cert to root cert store: InvalidCertificate(BadEncoding)
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Error: Process completed with exit code 1.

@cderv cderv added the bug Something isn't working label Jul 31, 2024
@cscheid
Copy link
Contributor

cscheid commented Aug 16, 2024

Would it be possible for you to share a repository where that happens, so we can see the logs?

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

3 participants