Felipe
Felipe
PPrisma
Created by Felipe on 5/28/2024 in #help-and-questions
[FIXED] Error when providing certificate
I'm passing the certificate in the url, but it doesn't work. My project tree is this:
├── src
│ ├── infra
│ │ ├── db
│ │ │ ├── prisma
│ │ │ │ ├── schema
│ │ │ │ │ ├── prisma.schema
│ │ │ │ ├── cert
│ │ │ │ │ ├── global-bundle.pem
├── src
│ ├── infra
│ │ ├── db
│ │ │ ├── prisma
│ │ │ │ ├── schema
│ │ │ │ │ ├── prisma.schema
│ │ │ │ ├── cert
│ │ │ │ │ ├── global-bundle.pem
I entered the file address in several ways, referring to the Prisma folder, but without success. sslcert=global-bundle.pem sslcert=./cert/global-bundle.pem sslcert=../cert/global-bundle.pem Can someone help me?
7 replies