Hi,
We are switching to our own CA for in house networking. To test I've
used it to sign a server certificate and a client certificate. The
subject and issuer output for all three certificates is...
...CA:
$ openssl x509 -subject -issuer -noout -in gandalf_cacert.pem
subject=
/O=myCompany/ema
>From: owner-openssl-us...@openssl.org On Behalf Of Sukalp Bhople
>Sent: Friday, 29 June, 2012 19:37
>Following is the code I used at server side program.
>while (1) {
>SSL *ssl = SSL_new(ctx);
>SSL_set_fd(ssl, clientserver[1]);
> if (SSL_accept(ssl) != 1)
> break;
>result
unter code at client side. Do
you see my conclusions right?
On Fri, Jun 29, 2012 at 11:10 PM, Dave Thompson wrote:
> >From: owner-openssl-us...@openssl.org On Behalf Of Sukalp Bhople
> >Sent: Friday, 29 June, 2012 15:30
>
> >I am trying to measure server performance for
>From: owner-openssl-us...@openssl.org On Behalf Of Sukalp Bhople
>Sent: Friday, 29 June, 2012 15:30
>I am trying to measure server performance for client certificate
verification.
>However, there is no significant difference in the server performance
>when I send one certificat
On 06/29/2012 09:29 PM, Sukalp Bhople wrote:
Hello,
I am trying to measure server performance for client certificate verification.
However, there is no significant difference in the server performance when I send one certificate
and condition when I send chain of 10 certificates.
I am aware
Sharkey, Aoife wrote:
> Thanks for your response.
> You are correct the server is not set up for client authentication.
>
> It is server only authentication. What do I need to do on the client to get
> this to work?
Install Apache? ;-) Owing to limited time and a determination to enjoy
life,
t: Re: Client certificate verification
Sharkey, Aoife wrote:
> Hi
>
> I am having aproblem where the server is unable to verify the client
> certificate I created.
> The Server is running IIS and is listening on port 443 for SSL traffic.
>
>
>>here is an example o
Michael Sierchio wrote:
>
> Sharkey, Aoife wrote:
> > Hi
> >
> > I am having aproblem where the server is unable to verify the client
> > certificate I created.
> > The Server is running IIS and is listening on port 443 for SSL traffic.
> >
> >
> >>here is an example of the ssldump file
>
> I di
Sharkey, Aoife wrote:
> Hi
>
> I am having aproblem where the server is unable to verify the client
> certificate I created.
> The Server is running IIS and is listening on port 443 for SSL traffic.
>
>
>>here is an example of the ssldump file
I didn't see anything here that suggests that the
Hi
I am having aproblem where the server is unable to verify the client
certificate I created.
The Server is running IIS and is listening on port 443 for SSL traffic.
> here is an example of the ssldump file
>
> # ./ssldump
> New TCP connection #1: donegal(62137) <-> 26.110.55.210(443)
> 1 1
Hi
I am having aproblem where the server is unable to verify the client
certificate I created.
The Server is running IIS and is listening on port 443 for SSL traffic.
> here is an example of the ssldump file
>
> # ./ssldump
> New TCP connection #1: donegal(62137) <-> 26.110.55.210(443)
> 1 1
Hi, all.
It seems my last e-mail is somehow lost, so I'm resending it.
Please give me some advice. :)
Since my program is not for web site but general client/server communication
program, I'd like to add a client certificate verification from the server
side.
I couldn't find a
Hi all,
Can anyone help me pointing the steps to
be followed for client certificate verification in server.
regards,
Siva K
On Fri, Mar 16, 2001 at 05:40:41PM +, Filipe Contente wrote:
> Hi!!
>
> I'm with problems when my server wants to verify the client certificate.
>
> The code that i use is attached to this mail...
>
> When i call the ssl_accept() method the ssl->session->peer returns NULL,
> so
> when i c
[EMAIL PROTECTED] dijo:
> I have tried moving the location of the web pages around, changing
> ownership
> on the directory, and im really pulling my hair out!!!, i need a
> solution by
> the end of today, i really hope someone knows why this is happening, i
> have
> also noticed something to do w
Hope someone can help me.
I have been trying to add the feature to our clients sites so that a
personal certificate MUST be provided from the client to access the site.
The SSL is working fine, however, when i try to add the part for the client
certificate, it appears to accept the certificate, bu
16 matches
Mail list logo