March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi
I have published my RS to the Internet through a firewall. To do this, I have registered a public subdomain. When I connect to the server from outside the VM, there is no problem. But when RDP into the server itself and type FQDN of server, authentication window pops up and asks for username and password. No matter which username/password combination I provide, it rejects my user/pass:
Report Server Configuration Manager:
Access from my laptop via FQDN and SSL connection through firewall:
Access from within the server via FQDN and SSL:
This is exactly where I'm stock. Please help.
Thanks.
Solved! Go to Solution.
hi, @mohammadjavaher
This issue is usually related to how the server handles authentication and how loopback connections are managed. Windows Server includes a security feature that prevents reflection attacks on your computer. This feature is called loopback checking. When you use an FQDN to access a website on the local server, it can trigger this security feature.
To allow specific FQDNs:
New-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Lsa\MSV1_0" -Name "BackConnectionHostNames" -Value "your_fqdn" -PropertyType MultiString -Force
If this post helps, then please consider Accept it as the solution and kudos to this post to help the other members find it more quickly
hi, @mohammadjavaher
This issue is usually related to how the server handles authentication and how loopback connections are managed. Windows Server includes a security feature that prevents reflection attacks on your computer. This feature is called loopback checking. When you use an FQDN to access a website on the local server, it can trigger this security feature.
To allow specific FQDNs:
New-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Lsa\MSV1_0" -Name "BackConnectionHostNames" -Value "your_fqdn" -PropertyType MultiString -Force
If this post helps, then please consider Accept it as the solution and kudos to this post to help the other members find it more quickly
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
4 | |
4 | |
4 | |
3 | |
3 |