locka99
locka99
Are you connecting with encrypted connections or not? Best to try None/None first to see if the issues are around certs before anything else. Clients and servers might be set...
My interpretation of the spec is what it says - applicationUri, hostnames - i.e., the first entry is the application uri and there are one or more hostnames / ip...
You might be able to replace the skip with a .filter(|n| n.dnsname().is_some() || n.ipaddress().is_some()) so it doesn't assume the application uri is first and will skip anything which is not...
Sorry I'm under time pressure at the moment. If there are discrete chunks of it that can be split out then it might be easier to look at. I should...