While working on one of the issues came across the errorĀ cannot connect using curl_init in rvsitebuilder
The issue was a simple fix by skipping DNS checking by creating below file using command
touch /var/cpanel/rvglobalsoft/rvsitebuilder/var/skip_validate_domain
The issue got resolved with this fix