aslushnikov / latex-online

Online latex compiler. You give it a link, it gives you PDF
http://latexonline.cc
MIT License
491 stars 89 forks source link

Error: certificate has expired #91

Open lorenzpfei opened 10 months ago

lorenzpfei commented 10 months ago

I want to use the api to generate a pdf out of my generated .tex file. Unfortunately I get the error

Error: certificate has expired

everytime I try to call the api with my website as a parameter even it has a valid certificate. It seems, that lets encrypt certificates are not recognized as valid. As you can see if you try to parse their website using

https://latexonline.cc/compile?url=https://letsencrypt.org/de/

it will throw the same error. @aslushnikov can you please check your api server configuration? Thanks!

kentshenlim commented 8 months ago

I am having the same issue.

aslushnikov commented 8 months ago

@lorenzpfei hmm fancy! Let me take a look