Looks like authentication has been down since 6pm. I’m unable to generate an access token via the OAuth2 endpoint https://api.transport.nsw.gov.au/auth/oauth/v2/token
.
Anyone facing the same issue?
Looks like authentication has been down since 6pm. I’m unable to generate an access token via the OAuth2 endpoint https://api.transport.nsw.gov.au/auth/oauth/v2/token
.
Anyone facing the same issue?
$ curl -v -X POST "https://key:secret@api.transport.nsw.gov.au/auth/oauth/v2/token?scope=user"
* Hostname was NOT found in DNS cache
* Trying 52.63.168.50...
* Connected to api.transport.nsw.gov.au (52.63.168.50) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
* Server certificate: api.transport.nsw.gov.au
* Server certificate: Symantec Class 3 Secure Server CA - G4
* Server certificate: VeriSign Class 3 Public Primary Certification Authority - G5
* Server auth using Basic with user '[redacted]'
> POST /auth/oauth/v2/token?scope=user HTTP/1.1
> Authorization: Basic [redacted]
> User-Agent: curl/7.37.1
> Host: api.transport.nsw.gov.au
> Accept: */*
>
< HTTP/1.1 408 REQUEST_TIMEOUT
< Content-Length:0
< Connection: Close
<
* Closing connection 0
Yeah, getting the same 408 error.
Status page shows it’s down. (Note you need to be logged in to view the Status page… )
We have someone looking into it.
Thanks for the flagging.
Thanks Yvonne.
All I’m seeing is this on the status page, which I presume means the status page itself is also down?
… and we’re back!
edit: oops, called it too soon. down again.
We should back up now…
There have been some issues this morning - keep an eye on the Status page
EDIT: I had said you need to be logged in. You don’t…
Any plans to make the Status page available in machine-readable format? (Except then you need a status page for the status page, etc… ;))
we can consider it.