Mikrotik + Squid Proxy server to log HTTPS traffic

I am using a Mikrotik Routerboard Model CRS125-24G-1S-2HnD which Links the internal network with WAN. One of the port is connected with WiFi Router which is broadcasting WiFi signal. Some of the devices work on WiFi network. I have installed squid3 (Version 3.5.27) in Raspberry Pi which is also connected with Mikrotik. Squid is installed with --enable-SSL.

Now, what I want to do is Redirect or log all the HTTP and HTTPS requests are done from devices using WiFi network to squid proxy server. Please help me with the configuration if anyone knows how to do.

You cannot log HTTPS traffic. Only CONNECT is a supported Squid proxy method, meaning Squid operates in a simple TCP passthrough mode. The most you can get is the hostname that clients are connecting to, and they must be explicitly configured to use the proxy - transparent proxying does not work for HTTPS.

… and they must be explicitly configured to use the proxy - transparent proxying does not work for HTTPS.<
This is not absolutely correct, with respect to the requested logging.
(Not to mention fiddling aroud with certs, which allows transparent https-proxying to some extent even further.)
Transparent https-proxying with squid allows logging of destination server. NOT the URL.
However, non-trivial setup.