Using Guzzle Client in Behat tests #626
-
Hi. I want to write behat tests to develop my app. I need to connect using Guzzle client from inside the container, so the tests could access to the api endpoints. How do you configure guzzle. I've tried with the cert option, like this:
but I get this error:
Any guidance would be greatly appreciated. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @franiglesias! Are you sure you have the Can you run the following commands to make sure the file is there and in its format? ls -lah /data/caddy/certificates/local/localhost/localhost.crt
ls -lah /data/caddy/certificates/local/localhost/
head -n 3 /data/caddy/certificates/local/localhost/localhost.crt |
Beta Was this translation helpful? Give feedback.
Thanks @7-zete-7
Here is the output in the container. The file is there... but I didn't need it.