I have a custom integration which was developed and tested using port 8080.
All working well and I have setup on a vm with node server.
Attempting to implement ssl to secure the traffic and all updates are then failing.
Initial intention was to use Cloudfront LB to provide the secure certificate. and translate to port 80 behind the firewall. This was not working for me, so I have then tried to implement a self signed certificate in the code base.
All attempts to use tls/ssl from the monday integration donot seem to run in the app. e.g. log statements dont fire.
If I disable the middleware jwt and use a postman post. I get a successful exection of the code.
But calls from monday Dont seem to get there.
I dont believe its a firewall issue as I have configured for all incoming traffic.
The cloud front approach I could see the post arrive, but I didnt get a successful update. (this may be a different networking issue)
That is all background.
Question.
Is the correct approach to build ssl cert into the integration?
If so do I need to do something different in the middleware jwt verify as it seems to not succeed?
Is anyone using 443 via a load balancer with port 80 internal?
Thanks in avance.
Eric White