One potential fix around this is to edit the SSL cert configuration within:
sudo nano /etc/nginx/sites-enabled/yoursite.com
I amended the TLS version and cipher certificates to the intermediate settings as recommended by mozilla. It appears as the default Forge setup in now for Modern browsers only, which means many are invalid.
https://mozilla.github.io/server-side-tls/ssl-config-generator/
Re-running the https://www.ssllabs.com/ test shows no errors with browser compatibility but has reduced the cipher strength level a little. So I guess more compatibility with a bit less security.
If anyone has any comments on a better way to do this, please advise.