Re: Get IP from the peer

2003-12-01 Thread Fernando Moya
Ok, Thanks a lot, Stephen - Original Message - From: "Dr. Stephen Henson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 28, 2003 1:01 PM Subject: Re: Get IP from the peer > On Fri, Nov 28, 2003, Fernando Moya wrote: > > > Hi, &

Re: Get IP from the peer

2003-11-28 Thread Dr. Stephen Henson
On Fri, Nov 28, 2003, Fernando Moya wrote: > Hi, > > I have implemented a client/server SSL connection in my application using a > BIO stack, I mean, first I created a BIO socket and after that I push on it > a BIO SSL. > > Connection between client and server is ok and works correctly, but I c

Get IP from the peer

2003-11-28 Thread Fernando Moya
Hi,   I have implemented a client/server SSL connection in my application using a BIO stack, I mean, first I created a BIO socket and after that I push on it a BIO SSL.   Connection between client and server is ok and works correctly, but I can not get the client IP from server side.   I tri