0

I need URL logs on my network using SQUID and Mikrotik I am able to get HTTP traffic, but I am not getting HTTPS traffic. How to get HTTPS traffic using SQUID and Mikrotik? another way is also fine.

James Z
  • 12,209
  • 10
  • 24
  • 44
Ganesh
  • 114
  • 1
  • 10
  • Have you had a look at the [docs](https://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit) or [google](https://www.google.co.uk/search?num=50&source=hp&ei=sTf7WoWCFInOwAKw2IKICQ&q=squid+intercept+https&oq=squid+interc&gs_l=psy-ab.3.1.0l4j0i22i30k1l6.936.2594.0.4689.12.12.0.0.0.0.101.622.10j1.11.0..2..0...1.1.64.psy-ab..1.11.621...0i131k1j0i131i46k1j46i131k1.0.HmnkCs0jtQ4) There are a few things on there to try. – user3788685 May 15 '18 at 19:41

1 Answers1

0

I run a DNS server, with that, I log the DNS requests on the mikrotik.

username || DNS/URL (website.com)

A quick way to test:

Download and install pi-hole on a rapsberry pi, make that the DNS server of your mikrotik and then in pi-hole you will see the DNS queries for each client on the mikrotik. You can then use the actual files on the raspberry pi to create an API for you or use the build in APIs in pi-hole.

Not sure how to do this via squid or web proxy.

Erik Thiart
  • 381
  • 6
  • 17