I have web-server with port 8000 and forward from 443 port
On the server, I have SSL certificates but when I try to go to port 443 - Chrome say ‘Secure Connection Failed’
as I found out, the browser wants to use the Mikrotik certificate and not my server
All that browser does is it verifies server’s certificate to its own information (such as FQDN used to connect to server). It is server which sends certificate back.
So when you’re connecting to Mikrotik port 443 (or is it port 8000?) and it returns Mikrotiks certificate instead of server’s one, this means that port forwarding most probably doesn’t work as intended.
Can you post output of /ip firewall export (and obfuscate your public IP address if it’s somewhere in exported data)? I still think it’s something about your configuration … or perhaps your ISP is interfering, but let’s check your config first.
Please execute command I wrote in my previous post (in italic) in a terminal window … screenshots are really hard to analyze, most of time they don’t show all the needed information.
BTW, do you have to expose WebFig over https? Because that’s the /ip service all about. You don’t have to enable it just to forward connection to some LAN host …