<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">HI Rajinder<div class=""><br class=""></div><div class="">Perhaps a tunnel may help ?</div><div class=""><br class=""></div><div class="">Have a look at man -s ssh, check out binding to interfaces and setting up a tunnel from one Nic through to your endpoint.</div><div class=""><br class=""></div><div class="">Have a look at nectar or nc as its called these days for listening on the endpoint of the tunnel as your basic http 1.1 server, and redirect the output to a file to see what it is receiving.</div><div class=""><br class=""></div><div class=""><div><a href="https://unix.stackexchange.com/questions/32182/simple-command-line-http-server" class="">https://unix.stackexchange.com/questions/32182/simple-command-line-http-server</a> may help</div><div><br class=""></div><div>You could write a quick shell script in KORN and open up a TCP socket connection to your web server and just feed it the raw SSL/TLS packets captured from the hand shake from another session captured with tcpdump, snoop, etc.</div><div><br class=""></div><div>Regards,</div><div><br class=""></div><div>Mark A. Lane</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On 9 Feb 2019, at 07:53, Rajinder Pal Singh <<a href="mailto:rajin6594@gmail.com" class="">rajin6594@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="auto" class=""><div class="">Thanks Mark for the prompt reply. Absolutely makes sense. Actually, i am on Nonstop HPE servers. There are no internal routing tables or so to say static routes. Environment is different from unix/linux. </div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">From Application perspective, we choose what ip interface to use. </div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Wondering if we can force the openssl to use specific interface? </div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Regards. </div><div dir="auto" class=""><br class=""></div><div dir="auto" class=""><br class=""><br class=""><div class="gmail_quote" dir="auto"><div dir="ltr" class="">On Fri, Feb 8, 2019, 12:26 PM <a href="mailto:mark@foocrypt.net" class="">mark@foocrypt.net</a> <<a href="mailto:mark@foocrypt.net" class="">mark@foocrypt.net</a> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space" class="">Hi Rajinder<div class=""><br class=""></div><div class="">There shouldn’t be any issues depending on how your host OS is performing the routing to the network the SSL/TLS endpoint is on.</div><div class=""><br class=""></div><div class="">Try a tracerout to the IP to see where it goes, and a telnet IP 80 or 443 to make sure you can connect to the web server.<br class=""><div class="">
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; word-wrap: break-word; line-break: after-white-space;" class=""><br class="">—</div><div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; word-wrap: break-word; line-break: after-white-space;" class=""><br class=""></div><div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; word-wrap: break-word; line-break: after-white-space;" class="">Regards,<br class=""><br class="">Mark A. Lane<br class=""><br class=""><br class=""><br class=""></div>
</div>
<div class=""><br class=""><blockquote type="cite" class=""><div class="">On 9 Feb 2019, at 04:20, Rajinder Pal Singh <<a href="mailto:rajin6594@gmail.com" target="_blank" rel="noreferrer" class="">rajin6594@gmail.com</a>> wrote:</div><br class="m_-7071765735466916208Apple-interchange-newline"><div class=""><div dir="auto" class="">Hi, <div dir="auto" class=""><br class=""></div><div dir="auto" class="">I want to use a specific ip interface (out of several available ethernet interfaces available on my server) to test TLS/SSL connectivity to a remote server. </div><div dir="auto" class=""><br class=""></div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Wondering if its possible? </div><div dir="auto" class=""><br class=""></div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Regards,</div><div dir="auto" class="">Rajinder. </div></div>
-- <br class="">openssl-users mailing list<br class="">To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" target="_blank" rel="noreferrer" class="">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br class=""></div></blockquote></div><br class=""></div></div></blockquote></div></div></div>
-- <br class="">openssl-users mailing list<br class="">To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" class="">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br class=""></div></blockquote></div><br class=""></div></body></html>