sslcaudit icon indicating copy to clipboard operation
sslcaudit copied to clipboard

embedded HTTP server to automate testing of web browsers

Open abbbe opened this issue 13 years ago • 2 comments

abbbe avatar May 05 '12 16:05 abbbe

An embedded web server should be listening on another port, separate from the 'testing' listener of sslcaudit. Depending on the testing state of the client, the webserver will return: a. A static webpage which keeps loading something from the 'testing' listener, for example, fetch an image b. A summary of results, if all tests were executed for the client

The webserver has to query the core:

  1. to get the status of the client (to determine whether it is necessary to continue doing test requests)
  2. to get the list of observations (table) if testing is complete

abbbe avatar May 12 '12 08:05 abbbe

Make the server serve the CA certificate on a URL like /cert to make the profile installation on IOS easier.

gremwell avatar Feb 26 '14 10:02 gremwell