I'm using RouterOS 6.38.5 on RB3011UiAS. I've setup an SSTP server in this way:
Code: Select all
/interface sstp-server server
set authentication=pap,chap,mschap1,mschap2 certificate=none default-profile=default-encryption enabled=yes force-aes=no keepalive-timeout=60 max-mru=1500 max-mtu=1500 mrru=\
disabled pfs=no port=443 tls-version=any verify-client-certificate=no
All Mikrotik VPN client connects fine but I can't connect using Windows 8 built in SSTP client.
Can Windows connect to my SSTP server without certificate?