|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Retrieving client certificate
Hi to all!!!!
I'm using IIS 6.0 with SSL enabled, requiring client certificate to get access. The configuration works properly; IIS requires the client certificate and connects to a Web Application programmed in Java deployed in a WebSphere Application Server. The Web Application has a filter that must parse the client certificate. The problem is that I can't find the certificate, nor in the request, nor in the header. I have several questions: - Does IIS publish the client certificate anywhere, and how can I retrieve it? - The communication between IIS and WAS is not SSL. Should it be SSL or I'll have problems with session management if I do that? Thanks in advance and best regards. |
|
#2
|
|||
|
|||
|
If you are browsing using the SSL address then there will be certain ServerVariables available that will give you SSL details
CERT_COOKIE CERT_FLAGS CERT_ISSUER CERT_KEYSIZE CERT_SECRETKEYSIZE CERT_SERIALNUMBER CERT_SERVER_ISSUER CERT_SERVER_SUBJECT CERT_SUBJECT HTTPS (will = on) HTTPS_KEYSIZE HTTPS_SECRETKEYSIZE HTTPS_SERVER_ISSUER HTTPS_SERVER_SUBJECT SERVER_PORT SERVER_PORT_SECURE (will = 1)
__________________
CyberTechHelp |
|
#3
|
|||
|
|||
|
How to get these value on a page
Hi,
How to get these value on page? vs 2005 c# i beleive i have to use page load event ,can you write some line of code for the same,It will help me a lot. Regards, Quote:
|
|
#4
|
|||
|
|||
|
I don't use C. Those values we grabbed using Request.ServerVariables in ASP VBScript.
|
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > Retrieving client certificate |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|