Displaying 2 results from an estimated 2 matches for "x509certif".
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.
--
Posted via http://www.ruby-forum.com/.
2017 Aug 10
0
E-invoicing to OpenPeppol with Oxalis on CentOS anyone ?
...I'm desperately trying to get the latest Oxalis software
(https://github.com/difi/oxalis )
to run in Tomcat on CentOS 6.9 but I'm getting a obscure Java error. Something
about a a method not found:
Java.lang.NoSuchMethodError:
sun.security.provider.certpath.OCSP.check(Ljava/security/cert/X509Certif
Has anyone succesfully implemented this on CentOS 6.x ?
Tomcat is running fine behind Apache. All software up to date.
Tried many things already, also install Oxalis from source but that fails with
different problems.
I found that OSCP checking is default disabled in Java (true ?) and tried to...