Re: [openssl-dev] s_server does not work over localhost.

2015-03-04 Thread dE
On 03/01/15 20:31, Kurt Roeckx wrote: On Sun, Mar 01, 2015 at 08:12:25PM +0530, dE wrote: On 03/01/15 20:07, Kurt Roeckx wrote: On Sun, Mar 01, 2015 at 05:41:03PM +0530, dE wrote: Hi! gethostbyname failure This probably means that you don't have localhost in /etc/hosts 127.0.0.1 DESKT

Re: [openssl-dev] s_server does not work over localhost.

2015-03-01 Thread Salz, Rich
> I dont understand why it runs gethostbyname on the incoming address in the > 1st place. To see if it's an AF_INET incoming address. It does seem kinda silly. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl

Re: [openssl-dev] s_server does not work over localhost.

2015-03-01 Thread Kurt Roeckx
On Sun, Mar 01, 2015 at 08:12:25PM +0530, dE wrote: > On 03/01/15 20:07, Kurt Roeckx wrote: > >On Sun, Mar 01, 2015 at 05:41:03PM +0530, dE wrote: > >>Hi! > >> > >>gethostbyname failure > >This probably means that you don't have localhost in /etc/hosts > > 127.0.0.1 DESKTOP_MINER localhost

Re: [openssl-dev] s_server does not work over localhost.

2015-03-01 Thread dE
On 03/01/15 20:07, Kurt Roeckx wrote: On Sun, Mar 01, 2015 at 05:41:03PM +0530, dE wrote: Hi! gethostbyname failure This probably means that you don't have localhost in /etc/hosts Kurt ___ openssl-dev mailing list To unsubscribe: https://mta.opens

Re: [openssl-dev] s_server does not work over localhost.

2015-03-01 Thread Kurt Roeckx
On Sun, Mar 01, 2015 at 05:41:03PM +0530, dE wrote: > Hi! > > gethostbyname failure This probably means that you don't have localhost in /etc/hosts Kurt ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] s_server does not work over localhost.

2015-03-01 Thread dE
Hi! There appears to be a bug in the openssl program which has persisted for years (as it appears from the Google search results). I'm using s_server as follows openssl s_server -accept -cert issuer.pem -key issuer.key If the incoming connection is from localhost -- Using default temp