Hello, someone help with this error?
The same error happens in the old wizard model to register environment.
Initially it was configured without DNS and HTTPS, I verified that the deployment zone had a fixed ip, created a new default zone with lifetime DNS
The problem was discovered, only the https port on the firewall was allowed, after releasing the http the problem was solved.
Glad you found out what was wrong.
Indeed, bidirectional communication between LifeTime and the other environment is needed both over port 80 (http) as port 443 (https).
Just trying to help, I don't have any kind of experience in managing the lifetime. But have you checked this?
https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/Reinstall_the_infrastructure_management_console_in_a_dedicated_environment
https://www.outsystems.com/forums/discussion/50754/error-in-create-a-new-environment-in-lifetime-server/
Hi,
I have experience this kind of error.
Check if the lifetime server can ping or access the environment and vice versa.
Check the port specified by outsystems (https://success.outsystems.com/Documentation/11/Setting_Up_OutSystems/OutSystems_network_requirements)
In my case, the lifetime server cannot access the environment because the IP is in different segment, so lifetime cannot accessed the evnironment.
Thanks