curl
results in this error:
` <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>405 Method Not Allowed</title> <h1>Method Not Allowed</h1> <p>The method is not allowed for the requested URL.</p> `
No worries 🙂 glad to hear it worked out 🙂
Seems like a okay clearml.conf
file
Notice this is the error:404
can you curl to this address ? are you sure you have httpS and not http ? was the dns configured ?
Seems like credentials error
Do you have everything setup correctly in your ~/clearml.conf
?
i tried to runclearml-init
however i can’t seem to complete the process, it keeps telling me it could not verify credentials. the following is the example i copy and pasted from the credentials generated via the web uiapi { web_server:
api_server:
files_server:
credentials { "access_key" = ** "secret_key" = ** } }
reading from the forums here, i came across past users had this problem, and i decided to manually create the ~/clearml.conf file instead.
hm… after much digging around. I found the problem. A missed configured routing of http://api.testclearml.com to a wrong targetgroup in my ELB .
Once i’ve rerouted to the correct target-group. All is resolved.
Apologies on making a fuss about problem faced. … it’s a bit of a face-palm moment to myself …:)
yeah, i configured using this documentation https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_config.html#sub-domains-and-load-balancersauth { cookies { httponly: true secure: true domain: ".testclearml.com" max_age: 99999999999 } }