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://hdavidson.space/.well-known/stellar.toml
Errors:
Errors:
- Failed to connect to hdavidson.space port 443 after 253 ms: Couldn't connect to server
- Connection timed out after 5001 milliseconds
- Did not get any content
failed
Fetch NON-SSL test: http://hdavidson.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.
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.
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://hdavidson.space/.well-known/stellar.toml
Errors:
Errors:
- Your stellar.toml is empty.