My issue is the SSL stripping is not working in my LAN, but it works if I try to attack a HTTPS website with no HSTS. I am not using any domain name just the IP address of the server. Is there any difference between a local attack and a remote one? Maybe my application redirection prevent the SSLstrip?
Edit:
I use a CodeIgniter PHP framework and I created a simple blog application. I set my web server up in this way. It's a local environment, my host has an apache2 web server and I try to attack it with a virtual machine (Kali Linux). I followed this video, and it worked, when I attacked a remote webpage on the internet. I also set the base url up like this:
$config['base_url'] = "https://192.168.1.5/myblog