Replies: 1 comment
-
I had this issue the other night when building in a docker environment. Here is how i resolved it: Edit: when running in production you need to use SSL certs and I have plans toma I updated the medusa-config.ts to include
this is the whole file:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm starting to write integration tests in my Medusa store. As a starting point, I tried to run health.spec.ts, but I'm stuck with db SSL connection requirement.
When I run
npm run test:integration:http
. I get this errorMy .env.test
I'm building in local with docker, so I don't want to have to create SSL certificate to make test running. It's a nonsense, and I'm really frustrated of it.
Beta Was this translation helpful? Give feedback.
All reactions