-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Installed on Ubuntu 16.04 LTS. Just trying to run check against an internal web server.
Compiled without errors.
When I run the command ...
./TestSSLServer.exe hostname.domain.local 443, I get a lengthy error message that basically boils down to.. "Could not resolve host..."
I verified my DNS settings.
I can ping the host from the shell, so I'm not sure what else I need to do to help it resolve.
I replaced my actual server name below with 'hostname' and the domain name with 'domain' The rest is exactly as it returned.
System.Net.Sockets.SocketException: Could not resolve host 'hostname.domain.local'
at System.Net.Dns.Error_11001 (System.String hostName) <0x4150c690 + 0x0006f> in <filename unknown>:0
at System.Net.Dns.GetHostByName (System.String hostName) <0x414e3500 + 0x0005f> in <filename unknown>:0
at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) <0x414e33e0 + 0x00093> in <filename unknown>:0
at System.Net.Dns.GetHostAddresses (System.String hostNameOrAddress) <0x414e1a60 + 0x000c7> in <filename unknown>:0
at System.Net.Sockets.TcpClient.Connect (System.String hostname, Int32 port) <0x414e1a10 + 0x0001b> in <filename unknown>:0
at System.Net.Sockets.TcpClient..ctor (System.String hostname, Int32 port) <0x414e19e0 + 0x00017> in <filename unknown>:0
at FullTest.OpenConnection () <0x414e1730 + 0x0007b> in <filename unknown>:0
at FullTest.DoConnectV2 () <0x414e1510 + 0x0002f> in <filename unknown>:0
at FullTest.Run () <0x414df4e0 + 0x0030f> in <filename unknown>:0
at TestSSLServer.Process (System.String[] args) <0x414dbf00 + 0x0132f> in <filename unknown>:0
at TestSSLServer.Main (System.String[] args) <0x414dbd50 + 0x0001f> in <filename unknown>:0
Metadata
Metadata
Assignees
Labels
No labels