简体   繁体   English

配置Tomcat以使用Java 9本机OCSP装订和OCSP检查

[英]Configure tomcat to use Java 9 native OCSP stapling and OCSP check

How can I configure Apache Tomcat to use OCSP stapling and certificate revocation check using OCSP implementation available in Java 9? 如何使用Java 9中可用的OCSP实现将Apache Tomcat配置为使用OCSP装订和证书吊销检查?

Is running tomcat 9 on Java 9 with following property is enough? 在具有以下属性的Java 9上运行tomcat 9是否足够?

// Enable OCSP Stapling (off by default)
System.setProperty(“jdk.tls.server.enableStatusRequestExtension”, “true”);

I have tried above but doesn't seem to be working 我已经在上面尝试过了,但似乎没有用

Please check this Infotiate SSL Proxy project on git hub. 请在git hub上检查此Infotiate SSL代理项目。 We had similar use case and this SSL proxy answers most of what we needed to do regarding more control over the certificate path validation process in Spring-boot application 我们有类似的用例,该SSL代理回答了我们在Spring-boot应用程序中对证书路径验证过程的更多控制方面需要做的大部分工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM