I got the thick client to work, added an binding on IIS for https on 1000... but am getting a blank screen when accessing the Blast/HTML5 page.
Registry Entries:
httpsPortNumber = 1000
externalRDPPort = 1001
externalPCOIPPort = 1002
externalIPAddress: 192.168.50.10
externalFrameworkChannelPort = 1003
externalBlastPort = 1004
My NAT rules look this (External->Internal)
1004->8443 (TCP & UDP)
1003->3211 (TCP)
1001->3389 (TCP & UDP)
1002->4172 (TCP & UDP)
1000->1000 (TCP & UDP)
Is there a specific port that I should be mapping 1004 other than 8443?