sslcaudit
sslcaudit copied to clipboard
embedded HTTP server to automate testing of web browsers
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:
- to get the status of the client (to determine whether it is necessary to continue doing test requests)
- to get the list of observations (table) if testing is complete
Make the server serve the CA certificate on a URL like /cert to make the profile installation on IOS easier.