Open adrian-gadient opened 9 months ago
Connection Failed: tls connection init failed: invalid peer certificate: UnknownIssuer
This appears to be an issue with your computer and its SSL configuration.
Connection Failed: tls connection init failed: invalid peer certificate: UnknownIssuer
This appears to be an issue with your computer and its SSL configuration.
Thank you, that's a helpful starting point. Could you give me some pointers for how to deal with this?
Thank you, that's a helpful starting point. Could you give me some pointers for how to deal with this?
If I had to guess, I'd say you likely have a computer that's controlled by corporate IT. You'll have to ask them about how they install and manage SSL certificates.
I have the same issue when using the docker image ghcr.io/quarto-dev/quarto:1.6.25
in gitlab CI. So if it is an issue with SSL config it also needs to be fixed in the docker image.
@xi Could you provide the steps to reproduce? SSL issues might not be with the Docker image but without your network.
This is the .gitlab-ci.yml
I am using:
image: ghcr.io/quarto-dev/quarto:1.6.25
check:
script:
- quarto render
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
This does not help without the actual document being rendered. Note also that GitLab CI is a special environment.
Try to use the image and the command on your document outside of GitLab CI if you don't wish to share a small fully reproducible example to reproduce the issue.
What would you like to do?
Report an issue on quarto.org
Description
Problem
When trying to render a document in the typst format, callout boxes lead to an error because the fontawesome package is ostensibly missing. I tried to install the package but haven't found a way to achieve this.
Any suggestions to fix this would be very much appreciated!
Details
Simple qmd file to replicate the error:
Error message:
[typst]: Compiling delete.typ to delete.pdf...downloading @preview/fontawesome:0.1.0 error: failed to download package (https://packages.typst.org/preview/fontawesome-0.1.0.tar.gz: Connection Failed: tls connection init failed: invalid peer certificate: UnknownIssuer) ┌─ delete.typ:245:8 │ 245 │ #import "@preview/fontawesome:0.1.0": * │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Quarto check returns the following: