18F / pulse

How the federal .gov domain space is doing at best practices and policies.
Other
95 stars 56 forks source link

Sites which require HTTPS client cert auth always show as non-compliant #758

Open PaulSD opened 6 years ago

PaulSD commented 6 years ago

Not sure whether this is really a pulse issue or a pshtt issue...

Example: sdv.max.gov supports HTTP and HTTPS. All HTTP is redirected to HTTPS. But HTTPS requires client cert authentication, so without a valid client cert the SSL handshake will always fail.

pshtt returns these values: Defaults to HTTPS: False Strictly Forces HTTPS: False Domain Supports HTTPS: False Domain Enforces HTTPS: False

Pulse shows: Compliant with M-15-13 and BOD 18-01: No Enforces HTTPS: No

I think it is arguable whether these pshtt return values are appropriate in this case, but either way the pulse status is clearly not appropriate.

konklone commented 6 years ago

@PaulSD Good find! I agree that we should definitely be able to detect and support client authentication, and I believe this should happen at the pshtt level.

konklone commented 6 years ago

I'll leave this open until we've resolved the Pulse display issue one way or another, but moving all substantive discussion on resolution to https://github.com/dhs-ncats/pshtt/issues/153.