Hello everyone!
Unfortunately I am running into another issue with AWS Portal.
Once my infrastructure is up, it can not connect to the RCS.
Fri Jul 12 06:08:02 UTC 2024 -- Gateway configured to connect to RCS via HTTPS with SSL verification disabled. Following the [documentation](https://docs.thinkboxsoftware.com/products/deadline/10.3/1_User%20Manual/manual/aws-portal-troubleshooting/verify-connection-to-rcs.html#aws-portal-verify-connection-to-rcs-ref-label) I am getting this:
Fri Jul 12 06:08:02 UTC 2024 -- Could not connect to the RCS. Connection response: '<html><head><title>502 Bad Gateway</title></head><body bgcolor="white"><center><h1>502 Bad Gateway</h1></center><hr><center>nginx/1.12.2</center></body></html>'
I tried specifying the hostname for SSL verification but that did not help.
I see the RCS in the Connection Servers View and it shows the right address and listening port: 10.0.0.248:4433 (TLS)
.
Based on this Troubleshooting Guide I have:
- Ensured that the right Public IP Address s in the Gateway Security Group and that outgoing port 22 is open. I can successfully ssh into the Gateway machine which should show that this is not the issue?
- Ensured that I have not set any AWS Portal Link IP Address Override.
- Set the Certificate and tried with and without specifying a hostname. (If the certificate was wrong, AWS Portal would have given me an error.)
- Ensured that I have nothing set in the Auto Configuration Settings.
What I would like to know is, how does the Gateway machine attempt to communicate with the RCS? How can I get more information than just: “Bad Gateway” from the Infrastructure? How can I manually debug this?
Thank you to everyone who has a hint!