Closed
Description
The Symfony documentation contains links to api.symfony.com, e.g. the section Debugging Emails:
The SentMessage object returned by the
send()
method of the TransportInterface provides access to [...]
This domain however contains an invalid certificate. The certificate is rejected by the browser because the used certificate does not belong to api.symfony.com, but is registered for *.fr-4.platformsh.site
. Furthermore when I allow the browser to continue by accepting this wrong certificate there is a 502 error displayed:
Error 502
No route known for api.symfony.com
Basically, it is broken in multiple ways.
Looking at Google cache it looks like it was mirroring the Symfony repository from GitHub.