hi,
i have some problems with a remoteapp deployment.
on the perimetral network accessible from the internet from public ip there is a reverse proxy that serve some sites with publicdomain.it . All is working fine.
Behind this object, in the internal network, with a private ip address i'm deploing a remoteapp architecture.
2 virtual machine with MS server 2019 joined in a local domain like "domain.local".
vm1.domain.local: iis rdweb + rd gateway + connection broker
vm2.domain.local: rd session host
I have
- installed in the rd gateway a ssl certificate from public CA
- changed external fqdn of rdgateway and connection broker (the last one with the powershell script Set-RDPublishedName.ps1
From internet I can connect to the iis default web site page (microsoft blue page) without errors BUT
when i add /rdweb to the url ... the browser try to contact the private ip ...
What i'm missing ?
Regards
curl -iv https:// xxx .it/rdweb * Trying xxx.xxx.222.83... * TCP_NODELAY set * Connected to xxx .it (xxx.xxx.222.83) port 443 (#0) * TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 * Server certificate: xxxx .it * Server certificate: TERENA SSL CA 3 * Server certificate: DigiCert Assured ID Root CA> GET /rdweb HTTP/1.1> Host: xxx .it> User-Agent: curl/7.54.0> Accept: */*> < HTTP/1.1 301 Moved Permanently HTTP/1.1 301 Moved Permanently< Date: Wed, 06 May 2020 16:42:52 GMT Date: Wed, 06 May 2020 16:42:52 GMT< Server: Microsoft-IIS/10.0 Server: Microsoft-IIS/10.0< Content-Type: text/html; charset=UTF-8 Content-Type: text/html; charset=UTF-8< Location: https://10.186.144.35/RDWeb/Pages Location: https://10.186.144.35/RDWeb/Pages< Content-Length: 156 Content-Length: 156< X-Content-Type-Options: nosniff X-Content-Type-Options: nosniff< X-Frame-Options: sameorigin X-Frame-Options: sameorigin< Vary: Accept-Encoding Vary: Accept-Encoding< <head><title>Document Moved</title></head> * Connection #0 to host xxx .it left intact<body><h1>Object Moved</h1>This document may be found <a HREF="https://10.186.144.35/RDWeb/Pages">here</a></body>