if port_open?(@ssrf.proxy.host, @ssrf.proxy.port)
          print_good('Connected to remote proxy ' \
                    "#{@ssrf.proxy.host}:#{@ssrf.proxy.port} successfully")
        else
          raise SSRFProxy::Server::Error::RemoteProxyUnresponsive.new,