hi Luka,
After setting the hostname to IP mapping in device - we able to resolve the host name
- but we facing the issue with the Certificate Validation - its throwing below error
018-06-13 16:34:13 DEBUG HttpRequest(1)[69140706] TLS: HandshakeMessage:ServerHelloDone was received.
2018-06-13 16:34:13 DEBUG HttpRequest(1)[69140706] TLS: Verifying server certificate ('O="testserver.", C=US, OU=MULTI-ALLOWED, OU=SIMPLE-SSL, CN=TTOPWEB1QA').
2018-06-13 16:34:14 INFO HttpRequest(1)[69140706] TLS: Certificate verification status: IncompleteChain (65536)
2018-06-13 16:34:14 DEBUG HttpRequest(1)[69140706] TLS: Certificate verification result: UnknownAuthority
2018-06-13 16:34:14 DEBUG HttpRequest(1)[69140706] TLS: Error while processing TLS packet: Rebex.Net.TlsException: Server certificate was rejected by the verifier because of an unknown certificate authority.
- when we done the initial testing we were able to success - but with other server
018-01-08 19:16:06 DEBUG HttpRequest(1)[110690990] TLS: HandshakeMessage:ServerHello was received.
2018-01-08 19:16:06 INFO HttpRequest(1)[110690990] TLS: Using TLS 1.2.
2018-01-08 19:16:06 DEBUG HttpRequest(1)[110690990] TLS: The server supports secure renegotiation.
2018-01-08 19:16:06 DEBUG HttpRequest(1)[110690990] TLS: HandshakeMessage:Certificate was received.
2018-01-08 19:16:06 DEBUG HttpRequest(1)[110690990] TLS: HandshakeMessage:ServerHelloDone was received.
2018-01-08 19:16:06 DEBUG HttpRequest(1)[110690990] TLS: Verifying server certificate ('O="test1server.", C=US, OU=MULTI-ALLOWED, OU=SIMPLE-SSL, CN=IP).
2018-01-08 19:16:06 DEBUG HttpRequest(1)[110690990] TLS: Certificate verification result: Accept
2018-01-08 19:16:06 VERBOSE HttpRequest(1)[110690990] TLS: Sent TLS packet:
- is there any way to handle this?