rai-project / rai

The RAI client allows one to interact with a cluster of machine to submit and evaluate code. RAI is a scalable job submission system designed for diverse workloads. RAI’s design addresses challenges of scalability, configurability, security, and cost in delivering a flexible programming environments.

Home Page:https://rai-project.github.io/rai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rai fails with "Error: unable to perform auth0 query"

cwpearson opened this issue · comments

At PUMPS 2019, we had one student on Windows Subsystem for Linux using the linux client who had the following error:

✱ Checking your authentication credentials.
Error: unable to perform auth0 query for auth0|5d10fdc3b19e160da84b31ce:
Post https://raiproject.auth0.com/oauth/token: EOF
unable to perform auth0 query for auth0|5d10fdc3b19e160da84b31ce: Post
https://raiproject.auth0.com/oauth/token: EOF
2019/06/25 16:12:41 error: unable to perform auth0 query for
auth0|5d10fdc3b19e160da84b31ce: Post
https://raiproject.auth0.com/oauth/token: EOF

We believe this is caused by a problem with the system's SSL configuration. For example, the student was unable to wget https://www.google.com.

The student reported that he was able to configure his WSL environment to work with SSL, but the problem remains.

why not use the windows client?

The windows client currently doesn't work. Some error about an unsupported platform or binary, I can't quite recall.