Can't open port to FamilySearch

Using RM 10.0.5.0 and Windows 10.

Attempting to connect to FamilySearch for webhints, and I receive a Connection Error box that says ‘Unable to open the port to complete the sign-in with FamilySearch. Please check your internet connection and firewall’. The box has two button for ‘Retry’ and ‘Cancel’.

It then tries to connect to FamilySearch which fails and my browser then says it can’t establish a connection to localhost:9717 which fails.

I have reinstalled RM and made sure except that RM has access through the firewall. My internet connection is fine, I can access any site outside of RM. I can also access FamilySearch. Ancestry is still working just fine from within RM. FamilySearch works fine outside of RM.

I seem to recall something like this happening in version 9, for which there apparently was no known cause, nor did it ever seem to be acknowledged that it was a problem

1 Like

Probably another program or utility using port 9717 on your computer. I would start with security software.

1 Like

Wondering if ipconfig /flushdns
or Clear browsing data under Privacy, search, and services
might reset and free up the port(s)?

2 Likes

Hi @kfunk. Just for kicks, I wonder what would happen if you start up Powershell and type:

Test-NetConnection localhost -Port 9717

This would try to establish a TCP connection and help verify if you have a conflict. Since localhost should normally resolve to 127.0.0.1 you could then try :

Test-NetConnection 127.0.0.1 -Port 9717

BTW you probably get tired of hearing this, but you have the most awesome first name! :laughing:

1 Like