Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have designed a service where user need to present a certificate while accessing the service. for this purpose I updated
org.ops4j.pax.web file and added these properties as
org.ops4j.pax.web.ssl.clientauthwanted=true
org.ops4j.pax.web.ssl.clientauthneeded=false
and it worked, but here problem is when user has no certificate and talend throw error that he needs valid certificate. after updating valid certificate in SOAP UI properties it takes 2-3 min to pickup the certificate. is it behaviour of SOAP UI or do I need to change some thing in configuration?
I have used these settings with defaults elsewhere and have not had this issue. Have you tried on a different machine/environment?