Hi everyone,
I have been trying to get the node.js agent (v4.3.6) to connect to our company's test SaaS controller from within an alpine linux (v3.4) docker container. I keep getting proxy errors (please see attached file).
Any ideas around how c...
Hi Kyle,
It still isn't able to connect to proxy. However, i am able to curl the saas controller from within the container.
Also, pl notice the crypto error in the stacktrace.
bash-4.3# node -v
v8.6.0
bash-4.3# cat /tmp/appd/dc7181b4f7aacb644977e...
Thank you Kyle! I am facing some other challenges with my base image (I was not using mhart/alpine-node before – and I am facing issues if I use it).Let me temporarily switch back to mhart/alpine-node and try this out.________________________________...