Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/ssl_compat
Automated testing of Firefox for SSL web compatibility
https://github.com/pdehaan/ssl_compat
Last synced: 15 days ago
JSON representation
Automated testing of Firefox for SSL web compatibility
- Host: GitHub
- URL: https://github.com/pdehaan/ssl_compat
- Owner: pdehaan
- Created: 2015-10-07T03:59:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T23:13:25.000Z (about 9 years ago)
- Last Synced: 2024-10-31T13:12:38.806Z (2 months ago)
- Language: HTML
- Size: 19.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TLS Canary version 2
Automated testing of Firefox for SSL web compatibilityResults live here:
http://tlscanary.mozilla.orgThis project:
* Downloads a branch build and a release build of Firefox.
* Automatically runs thousands of secure sites on those builds.
* Diffs the results and presents potentially broken sites in an HTML page for further diagnosis.Requirements:
* Mac, for now.
* Forge TLS JS library, minimized, from https://github.com/digitalbazaar/forgeDirections:
* Sync to the Forge TLS library mentioned above
* Build the repo to produce the file forge.min.js
* Place this file in the js/forge directory here
* Use the main.sh script to run the test.
* Mandatory parameter:
* -b branch (beta, aurora, nightly)
* Optional parameters:
* -s Source list of sites - try 'test' if you are just testing this out
* -d Description of test
* -h Lists other optional parametersExample:
* main.sh -b=aurora -s=test -d="Just trying this out"This short test should take 3-4 minutes.
When test run is over, the index.htm page will be updated with a link to your run.
* Click on your run to see results.
* To filter list, click on string in the table and choose option in pop-up to remove from list or to filter search.
* Other features: make charts, export lists, view captured certificates.New features in version 2:
* Completely rewritten - better UI and page design
* No longer caches intermediate certs - one xpcshell instance per URL
* Far more accurate results (see above, plus additional sorting)
* Historical charting per branch
* Generate charts and lists of current site view
* Now capturing more metadata about connection and certificate
* Save certificate to disk when possible
* Ability to dynamically pass in customized preferences