stellar.toml checker
Checks your stellar.toml (v2.5.0) for connectivity, syntax, valid contents and availability of defined services and assets.failed
Fetch SSL test: https://usdgtoken.space/.well-known/stellar.toml
Errors:
Errors:
- OpenSSL/3.1.2: error:0A000410:SSL routines::sslv3 alert handshake failure
- Did not get any content
failed
Fetch NON-SSL test: http://usdgtoken.space/.well-known/stellar.toml
Altough stellar.toml is supposed to be accessed via https only, it is best practice to either redirect your traffic from http to https or serve the same content.
Your http endpoint serves a different content compared to https.
Errors:
Altough stellar.toml is supposed to be accessed via https only, it is best practice to either redirect your traffic from http to https or serve the same content.
Your http endpoint serves a different content compared to https.
Errors:
- Server response: 409 Conflict
failed
CORS test
Your CORS header is not set. You have to set it to * to allow access to every client. [how to]
Your CORS header is not set. You have to set it to * to allow access to every client. [how to]
failed
Parse TOML test: https://usdgtoken.space/.well-known/stellar.toml
Errors:
Errors:
- Your stellar.toml is empty.