Closed anoadragon453 closed 5 years ago
Just gave it a spin, you might want to make sure there's no port in the SNI since .well-known can include one (as it tries to request a certificate for trelawney.brendanabolivier.com:443
on my labs homeserver, which fails).
Ack, good point. Luckily we just introduced a handy method in gomatrixserverlib to do this for us!
(I fixed the things above)
Cool thanks :+1:
(and deployed \o/)
This sets the SNI to whatever
serverHost
is, which should be "example.com", or in the case of .well-known in use, something like "matrix.example.com".Please let me know if I misunderstood how SNI works :)
Fixes #28