moxie0 / Convergence

An agile, distributed, and secure alternative to the Certificate Authority system.
http://convergence.io
623 stars 127 forks source link

Added support for GET on unencrypted port to inform user about convergence and used verifier #120

Closed scm2342 closed 1 year ago

scm2342 commented 12 years ago

I added support for a HTTP GET on the unencrypted port. Convergence will look at a html file named .html in the verifier directory. If this file is found, then its contents is served, otherwise the class name of the verifier is returned. This behaviour can be overwritten in the verifier subclasses. I also added a concise description for the Network Perspective Verifier. The sample output can also be seen at http://punk.hamburg.ccc.de:8080 (with changed logo - the version in the commit contains the Convergence logo)

moxie0 commented 12 years ago

Seems like we should use the TLS port and have the code spit out the markup rather than serving a file?

mk-fg commented 11 years ago

5ec373ccfd8c41198d324509232a6ec9e67d67dc should apply relatively cleanly on top of 7f35837 and: