WAN Access Webfig with HTTPS

Hi Guys,

I have enabled Mikrotik Cloud access with HTTP. i’m afraid that HTTP is not secure. Is that possible to Access Webfig with HTTPS from WAN like “https://XXXXXXXXXXXX.sn.mynetname.net

thanks.

I dont believe so, I connect through VPN, using the MT ios App.

Get yourself a certificate for your domain, import it on your Mikrotik device, then enable “www-ssl” service with the following command:

/ip service set [ find name="www-ssl" ] disabled=no certificate="<cert_name>"

You may also need to adjust your firewall filter rules accordingly.