

So it is clearly some sort of cache thing. One interesting note: When hitting the page from a incognito session ( Ctrl+ Shift+ N), it works correctly. This site works in all other browsers on my machine so it’s just a Chrome problem. My guess is that Chrome cached the key for the self-signed cert and it doesn’t match that of the legitimate cert. (net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): When I hit the site from my machine in Chrome it throws the following error: Now I have installed the legitimate cert on that server.

During testing, I created a self-signed cert on this server and hit it from my desktop using Chrome to test that stunnel was working correctly. Table 9.I have a HAProxy / stunnel server that handles SSL for our sites on AWS. Microsoft Edge history - visits table structure Column Microsoft Edge history - urls table structure Column The tables containing the Microsoft Edge browsing history in the History database are named urls and visits.ĭata from these tables can be joined together to retrieve the URL, page title, and the time it was accessed. Example data from joined moz_historyvisits and moz_places tables id

Timestamp in microseconds when the website was visited Firefox history - moz_historyvisits table structure ColumnĪn ID corresponding to a record in the moz_places table Timestamp in microseconds when the website was Firefox history - moz_places table structure Column The tables containing the Firefox browsing history in the places database are named moz_places and moz_historyvisits.ĭata from these tables can be joined together to retrieve the URL, page title, and time it was accessed. High Performance Log Collection Solutions Example data from joined visits and urls tables id Timestamp in nanoseconds when the website was visited Chrome history - visits table structure ColumnĪn ID corresponding to a record in the urls table Timestamp in nanoseconds when the website was The number of times the user got to this website by Chrome history - urls table structure Column The tables containing the Chrome browsing history in the History database are named urls and visits.ĭata from these tables can be joined together to retrieve the URL, page title, and time it was accessed.
