-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dhaval Thakar wrote:
| Hi list,
Hello Daval,
| i have a hosted site over internet for the branch users, which i want to
| restrict over internet,
| e.g only certain computers will be allowed to access site.
| i want to restrict it to only branch comp
Hi list,
i do not have much experience in ssl/tls certificates & i know almost
nothing about it.
i have a hosted site over internet for the branch users, which i want to
restrict over internet,
e.g only certain computers will be allowed to access site.
i want to restrict it to only branch comput
Mike Zeoli wrote:
>
> First, thanks for all your help, Steve.
>
> I'll add the appropriate extensions to the certificate.
>
> To follow up on what you said below, Why does the "intermediate" CA
> certificate only show up as invalid when doing client and server
> authentication, and not when doi
Mike Zeoli wrote:
>
> Hello Everyone,
>
>
>
> As stated before, this same certificate chain gets verified just fine when
> doing server authentication only.
>
> I have debugged into the library and know the following additional
> information:
> - In x509_vrfy.c:check_chain_purpose(), in the s
ther example does both client and server
authentication.
The server authentication example works just fine, but the client/server
authentication fails when trying to verify the server1 certificate chain.
Here's the actual example (this is the client with the info callback
tracking the progress)
o:[EMAIL PROTECTED]
>
Client-server authentication inApache Web Server with OpenSSL.doc
Here is the translation of a paper many of you requested.
Some changes where made since the russian variant appeared
2 days ago. Check it.
Best regards,
Lenya mailto:[EMAIL PROTECTED]
Client-server authentication in Apache Web Server with OpenSSL.doc
Have a look at apps/s_{server,client} that should give you
a starting point.
Carles Xavier Munyoz Baldó schrieb:
>
> Hello,
>
> I have an SSL client-server application in which the server
> authenticates to the client sending its certificate in the SSL handsake,
> but the client doesn't authent
Hello,
I have an SSL client-server application in which the server
authenticates to the client sending its certificate in the SSL handsake,
but the client doesn't authenticates to the server.
Fo my SSL client-server aplication, I need that both authenticates each
other.
How can I do this ?
How c