Hello,
First of all im sorry for my bad english
I need help with rds gateway certificate, actualy i have this lab:
- Domain controller with CA providing trusted certificates (every server has its own personal cert)
- RDbroker + cal: rdb.abc.com
- RDgateway + web access: rdg.abc.com
- RDHost: rdh1.abc.com operating behind dns farm.abc.com for future load balancing (it is configured on gateway allowed resources)
- External gateway address is gate.abc.com (on hosting provider dns is set on my public ip)
Inside rdbroker > rds > implementation properties > certificates i have this setup:
- RD Connection Broker Enable Sync: cert of rdb.abc.com
- RD Connection Broker Publishing: cert of rdb.abc.com
- RD Web Access: cert of rdg.abc.com
- RD Gateway: rdg.abc.com (it is not the cert of gate.abc.com) <---- the problem i think is here
No matter wich cert i use, in case of rdg.abc.com
- connecting from exterior says identity of gateway server gate.abc.com mismatch with provided rdg.abc.com
In case of self signed cert gate.abc.com
- error says that server cannot be trusted...and cant download cert and upload into client certified authorities
I cant setup a gateway server called gate.abc.com and generate a cert to it becose in the future i need to add a gateway farm for HA
I dont know where is the problem...please help
Thank you very much!!