When I try to do the
Connection$new(base_url=base_url,
username=username, password=password, project_name=project_name,ssl_verify = FALSE)
I get the Error in
curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [#####:8443] Connection timed out after 10001 milliseconds
I am wondering how can I solve this problem?