Missing SSL chain on www.atomicorp.com

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
mark_gov
New Forum User
New Forum User
Posts: 1
Joined: Fri Nov 16, 2018 2:52 pm
Location: Washington, DC

Missing SSL chain on www.atomicorp.com

Unread post by mark_gov »

Hi all. It looks like atomicorp.com got a new SSL cert sometime late yesterday, November 15. But the web server is not offering the full SSL chain, so many automated tools do not trust it. See for example this analysis. Or run for example

Code: Select all

$ wget "https://www.atomicorp.com/"
--2018-11-16 13:59:32--  https://www.atomicorp.com/
Resolving www.atomicorp.com (www.atomicorp.com)... 74.208.77.16
Connecting to www.atomicorp.com (www.atomicorp.com)|74.208.77.16|:443... connected.
ERROR: cannot verify www.atomicorp.com's certificate, issued by ‘CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US’:
  Unable to locally verify the issuer's authority.
Would it be possible to start serving the full SSL chain again?

Thanks!
Post Reply