Displaying 4 results from an estimated 4 matches for "ssl_server_i_dn_ou".
Did you mean:
ssl_server_i_dn_o
2004 Aug 24
1
error when unsubscribe (PR#7198)
...atch/local/app/python/current
sys.exec_prefix /scratch/local/app/python/current
sys.path /scratch/local/app/python/current
sys.platform linux2
--------------------------------------------------------------------------------
Environment variables:
Variable Value
force_response_1_0 1
SSL_SERVER_I_DN_OU Department of Mathematics
SSL_CIPHER_EXPORT false
SSL_SERVER_S_DN_Email webmaster@math.ethz.ch
SERVER_SOFTWARE Apache/2.0.48 (Unix)
SSL_VERSION_INTERFACE mod_ssl/2.0.48
SCRIPT_NAME /mailman/options
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_S_DN_ST Switzerland
SERVER_SIGNATUR...
2004 Feb 06
0
Bug (PR#6550)
...atch/local/app/python/current
sys.exec_prefix /scratch/local/app/python/current
sys.path /scratch/local/app/python/current
sys.platform linux2
--------------------------------------------------------------------------------
Environment variables:
Variable Value
force_response_1_0 1
SSL_SERVER_I_DN_OU Department of Mathematics
SSL_CIPHER_EXPORT false
SSL_SERVER_S_DN_Email webmaster@math.ethz.ch
SERVER_SOFTWARE Apache/2.0.48 (Unix)
SSL_VERSION_INTERFACE mod_ssl/2.0.48
SCRIPT_NAME /mailman/options
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_S_DN_ST Switzerland
SERVER_SIGNATUR...
2004 Jan 06
0
bug report (PR#6394)
...atch/local/app/python/current
sys.exec_prefix /scratch/local/app/python/current
sys.path /scratch/local/app/python/current
sys.platform linux2
--------------------------------------------------------------------------------
Environment variables:
Variable Value
force_response_1_0 1
SSL_SERVER_I_DN_OU Department of Mathematics
SSL_CIPHER_EXPORT false
SSL_SERVER_S_DN_Email webmaster@math.ethz.ch
SERVER_SOFTWARE Apache/2.0.40 (Red Hat Linux)
SSL_VERSION_INTERFACE mod_ssl/2.0.40
SCRIPT_NAME /mailman/subscribe
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_S_DN_ST Switzerland
SERV...
2006 Jul 17
7
SSL [X.509] Authentication in Rails?
Been doing some research but haven''t been able to determine much - has
anyone had any experience parsing incoming [on the request] x.509
certificates? Specifically, getting name, CA, etc. Here''s how you do in
Java Servlets for reference:
X509Certificate[] certs = (X509Certificate[])
request.getAttribute("javax.servlet.request.X509Certificate");
Thanks.
--