Dave
Dave
This would also help us track whether sites are using certs that e.g. are signed by different CAs over time.
I have some draft code that would work for this in cpython implementations. It may not work in other implementations.
Thanks for sending this. I have a bunch of code backed up to fix #45 to make the scanner work properly. I'd like to add unit tests as well. We...
We'll probably need to generate a different, self-signed certificate for this. Would we be able to implement the HSTS header?
Ticket to track client work: https://github.com/danwent/Perspectives/issues/81
I wrote some basic code to set this up and it works. One issue is that CherryPy doesn't make it easy to allow collecting requests from multiple ports and sending...
Yep, good call netsafe :) nginx was the better way to go here. With #46, #52, and #62 done we are good to go here for now. I'm going to...
Thanks Alexey, I think this would be good. I'd like to test that clients using the Force Notary Check option always get the most recent results; we might need to...
We may also want to consider adding a `Last-Modified` header
@danwent Hey Dan, do you have any of the test harnesses or setup you used to run those performance comparison tests? Or did you do all of the comparison by...