search for: ssl_server_s_dn_email

Displaying 4 results from an estimated 4 matches for "ssl_server_s_dn_email".

Did you mean: ssl_server_i_dn_email
2004 Aug 24
1
error when unsubscribe (PR#7198)
...urrent 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_SIGNATURE Apache/2.0.48 (Unix) Server at stat.ethz.ch Port 443 REQUEST_METHOD POST...
2004 Feb 06
0
Bug (PR#6550)
...urrent 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_SIGNATURE Apache/2.0.48 (Unix) Server at www.stat.math.ethz.ch Port 443 REQUEST_METH...
2004 Jan 06
0
bug report (PR#6394)
...urrent 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 SERVER_SIGNATURE Apache/2.0.40 Server at www.stat.math.ethz.ch Port 443 REQUEST_...
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. --