unknown error from the peer
-
Greetings,
I am trying to register my XOA on a new install and it won't allow me. I keep getting the Error: "unknown error from the peer"
When I run Check XOA I get this:
Node version
Memory
xo-server config syntax
Appliance registration: not registered
Disk space for /
Disk space for /var
Native SMB support
Fetching VM UUID
XOA version
/var is writable
NTP synchronization: no
Internet connectivity: Error: getaddrinfo EAI_AGAIN xen-orchestra.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
errno: -3001,
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'xen-orchestra.com',
url: 'http://xen-orchestra.com/'
}
xoa-support user
local SSH server
npm version
XOA status: not up-to-date, please run xoa-updaterI'm fairly certain I am not blocking anything on my end but that certainly does not mean there is something blocking that I just don't know about.
Any help would be great!
Thanks,
JB
-
It seems that the VM can't reach the internet. Have you checked the VM's network tab to confirm that the VIF is connected to the right network?
-
@Danp Yes.
I have 3 VMs on this host plus the XOA. All using the same eth1.
I'm able to reach https://xen-orchestra.com/ from the network and other VMs.
Although in the Internet connectivity: Error: above it is being directed to non SSL connection.
Could it be that the registration cannot handle redirects?
JB