Created
January 24, 2020 00:07
-
-
Save richvdh/71913e1e8d382aaed1410978aeaeb97b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"WellKnownResult": { | |
"m.server": "", | |
"result": "invalid character '\u003c' looking for beginning of value" | |
}, | |
"DNSResult": { | |
"SRVCName": "_matrix._tcp.tahvok.com.", | |
"SRVRecords": [ | |
{ | |
"Target": "matrix.tahvok.com.", | |
"Port": 8448, | |
"Priority": 10, | |
"Weight": 5 | |
} | |
], | |
"SRVError": null, | |
"Hosts": { | |
"matrix.tahvok.com.": { | |
"CName": "matrix.tahvok.com.", | |
"Addrs": [ | |
"148.251.153.42" | |
], | |
"Error": null | |
} | |
}, | |
"Addrs": [ | |
"148.251.153.42:8448" | |
] | |
}, | |
"ConnectionReports": { | |
"148.251.153.42:8448": { | |
"Certificates": [ | |
{ | |
"SubjectCommonName": "matrix.tahvok.com", | |
"IssuerCommonName": "Let's Encrypt Authority X3", | |
"SHA256Fingerprint": "9LAHf7jba90fH6XbzfNd51cpcmrkDhl1eMMhYtO6aBk", | |
"DNSNames": [ | |
"matrix.tahvok.com" | |
] | |
}, | |
{ | |
"SubjectCommonName": "Let's Encrypt Authority X3", | |
"IssuerCommonName": "DST Root CA X3", | |
"SHA256Fingerprint": "JYR9Zo608E/dQLErawdAxWfafQJDCOtsLJb+QdneIY0", | |
"DNSNames": null | |
} | |
], | |
"Cipher": { | |
"Version": "TLS 1.2", | |
"CipherSuite": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384" | |
}, | |
"Checks": { | |
"AllChecksOK": false, | |
"MatchingServerName": false, | |
"FutureValidUntilTS": true, | |
"HasEd25519Key": true, | |
"AllEd25519ChecksOK": true, | |
"Ed25519Checks": { | |
"ed25519:a_IlBi": { | |
"ValidEd25519": true, | |
"MatchingSignature": true | |
} | |
}, | |
"ValidCertificates": false | |
}, | |
"Errors": [ | |
{ | |
"Message": "x509: certificate is valid for matrix.tahvok.com, not tahvok.com" | |
} | |
], | |
"Ed25519VerifyKeys": null, | |
"Info": {}, | |
"Keys": { | |
"old_verify_keys": {}, | |
"server_name": "matrix.tahvok.com", | |
"signatures": { | |
"matrix.tahvok.com": { | |
"ed25519:a_IlBi": "6397+L0wrI0U0Im+M6i8f4l/EbMGBmOEHkmqQ4xfyzBBlroAFOc+ExQyOcdPsGhmtGBC+7r85SvUzljShs95Bg" | |
} | |
}, | |
"tls_fingerprints": [], | |
"valid_until_ts": 1579907355567, | |
"verify_keys": { | |
"ed25519:a_IlBi": { | |
"key": "b3Ye7b+50gWEdwxDxK1laeVVC3lXtq2vVmXJhY5E4C0" | |
} | |
} | |
} | |
} | |
}, | |
"ConnectionErrors": {}, | |
"Version": { | |
"name": "Synapse", | |
"version": "1.9.0" | |
}, | |
"FederationOK": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment