Add x509 certificat Authentication for httpInvoker to support mutual SSL (2 ways SSL) [SPR-7939] #12594
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
François Houdebert opened SPR-7939 and commented
It would be very usefull to be able to set a httpInvokerRequestExecutor to push a client certificat for
org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
This class should be configurable for :
*Client certificate
clientCertificatePath = dianne.p12
example :
https://src.springframework.org/svn/spring-security/branches/2.0.x-sf3-branch/samples/certificates/dianne.p12
clientCertificatePassword=password
clientCertificateType=PKCS12
*trust store
trustStorePath=trusted.jks
trustStorePassword=password
Affects: 3.0.5
6 votes, 3 watchers
The text was updated successfully, but these errors were encountered: