Re: PKI Application

2008-07-06 Thread Jim Lynch
Open an XP Vmware client, use it to test. When you're through run a decent malware/virus detector to see if anything got infected. If not, then you may be OK. Jim. On Sun, Jul 6, 2008 at 8:32 AM, Vishal Rao <[EMAIL PROTECTED]> wrote: > On Sun, Jul 6, 2008 at 4:48 PM, Hacker SF <[EMAIL PROTECTED

Re: I'm having trouble getting an ssl client programmed in java

2008-06-19 Thread Jim Lynch
On Wed, Jun 18, 2008 at 5:33 PM, Julius Davies <[EMAIL PROTECTED]> wrote: > Your very first code example (without the context) should be fine! > There is no need to set any ciphers. Java has a list of ciphers it > will automatically try to use. > > If you like downloading jar files, here's anothe

Re: HTTPS put file in perl

2008-06-19 Thread Jim Lynch
I don't have any examples, but check out http://search.cpan.org/dist/libwww-perl/lib/HTTP/Request/Common.pm Using LWP and a PUT operation seems to be pretty straightforward if this document is to be believed. Jim. On Wed, Jun 18, 2008 at 3:40 PM, David M. Funk <[EMAIL PROTECTED]> wrote: > Anybo

Re: I'm having trouble getting an ssl client programmed in java

2008-06-18 Thread Jim Lynch
On Wed, Jun 18, 2008 at 2:14 PM, AverageGuy <[EMAIL PROTECTED]> wrote: > > > > Julius Davies-2 wrote: > > > > Your code is fine. Don't use /usr/bin/java (the gnu jvm)! Install a > > JVM from Sun or IBM or BEA or Blackdown, or Kaffe, at the very least, > > and use that instead. > > > > After inst

Re: How to know it is .pem or der format file

2007-01-05 Thread Jim Lynch
It's been my observation that all the pem files I have come across were ascii text files and all the der files have been binary. Jim. On 1/5/07, Dinh, Thao V CIV NSWCDD, K72 <[EMAIL PROTECTED]> wrote: Hi I have couple private and cert files. How do what kind of format of these files?? Pem or

Re: ERROR - 31288:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher:s3_srvr.c:882:

2006-12-30 Thread Jim Lynch
ke <[EMAIL PROTECTED]> wrote: Jim Lynch wrote: > > What am I missing? Your client intends to exlusivly use ADH (anonymous access without certificate). The server is configured to use a certificate based authentication and to refuse ADH (ADH by default is not enabled and therefore w

ERROR - 31288:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher:s3_srvr.c:882:

2006-12-30 Thread Jim Lynch
I am trying to get a client server working. Actually I'm just trying to get a server working. The client is already talking to a server on a windows box. I need to duplicate that functionality on Linux.On the client side at the same time I get 4327:error:14094410:SSL routines:SSL3_READ_BYTE