Closed jeantanzj closed 1 year ago
From the read me, this line should generate a key, but results in curl: (7) Failed to connect to play.min.io port 7373 after 185 ms: Connection refused
curl: (7) Failed to connect to play.min.io port 7373 after 185 ms: Connection refused
curl -sSL --tlsv1.3 \ --key root.key \ --cert root.cert \ --data '{}' \ -X POST 'https://play.min.io:7373/v1/key/generate/my-key'
Successfully generate a key
What version of Go are you using (go version)?
go version
What operating system and processor architecture are you using (go env)?
go env
Anything else that is important?
Yes it is down
@jeantanzj We are working on bringing it back up again. Will update the issue once it's back.
Bug describtion
From the read me, this line should generate a key, but results in
curl: (7) Failed to connect to play.min.io port 7373 after 185 ms: Connection refused
Expected behavior
Successfully generate a key
Additional context
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?Anything else that is important?