Re: Choose server certificate based on client IP address?

2007-08-20 Thread Christopher Kunz
Jeremy Bratton schrieb: I'm currently working on a client/server order system that uses SSL with client and server certificates. I'm using OpenSSL via Ruby. Everything has been working well, but we need to add a new trading partner to the system and they required us to get a different

Re: Choose server certificate based on client IP address?

2007-08-20 Thread Jeremy Bratton
Thank you both -- Jim and Christopher -- for your advice. I have it working now. It was just good to know that my plan was correct so I could focus on finding the issue in my implementation. Jeremy __ OpenSSL Project

Choose server certificate based on client IP address?

2007-08-17 Thread Jeremy Bratton
I'm currently working on a client/server order system that uses SSL with client and server certificates. I'm using OpenSSL via Ruby. Everything has been working well, but we need to add a new trading partner to the system and they required us to get a different certificate for use only with them.

Re: Choose server certificate based on client IP address?

2007-08-17 Thread Jim Fox
Is it possible to use a different server certificate based on the client IP address? I am attempting to get a TCP connection, check the source IP, and then create an SSL context with the correct certificate, and establish an SSL connection using that context. It doesn't seem to be working, but I