Skip to content

Commit

Permalink
Merge branch 'master' into aws-certlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent authored Mar 28, 2018
2 parents 4ad9f4a + f944088 commit 28f3f77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Mozilla TLS Observatory

The Mozilla TLS Observatory is a suite of tools for analysis and inspection on Transport Layer Security (TLS) services. The components of TLS Observatory include:

- [EV Checker](https://tls-observatory.services.mozilla.com/static/ev-checker.html) - Tool for Certificate Authorities (CAs) who request a root certificate enabled for Extended Validation (EV).
- [Certificate Explainer](https://tls-observatory.services.mozilla.com/static/certsplainer.html) - Web UI that parses fields of X.509 certificates
- `tlsobs` - CLI tool for issuing scans of a website
- `tlsobs-api` - HTTP webserver receving website scan requests and displaying results
- `tlsobs-runner` - Service that schedules website scans
- `tlsobs-scanner` - Service that performs scans and analysis of websites

Want the WebUI? Check out [Mozilla's Observatory](https://observatory.mozilla.org) !

* [Mozilla TLS Observatory](#mozilla-tls-observatory)
Expand Down
1 change: 1 addition & 0 deletions connection/retriever.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func Connect(domain, cipherscanbinPath string) ([]byte, error) {
comm.Stderr = &stderr
err := comm.Start()
if err != nil {
log.Println(stderr.String())
log.Println(err)
return nil, err
}
Expand Down

0 comments on commit 28f3f77

Please sign in to comment.