Godaddy ssl证书已通过链问题的A级认证-包含锚点

:)

I'm using GoLang to start an https server.

according to https://www.ssllabs.com/ssltest my certificate configuration is Grade A with the warning Chain issues - Contains anchor.

In my previous post (GoLang with http ssl GoDaddy's certificate - This server's certificate chain is incomplete.), @VonC helped me for the second time and also alerted me of that warning.

I tried everything I could think of and couldn't resolve the issue. GoDaddy as a repository of certs and I tried to download gdroot-g2.crt and configure it as RootCAs, I tried download the intermindate certificate named gdig2.crt and configured it as ClientCAs, but the results are the same.

what am I missing ?

for full code please view my previous stack overflow post at GoLang with http ssl GoDaddy's certificate - This server's certificate chain is incomplete..