Hi Devs, I'm calling an external https service endpoint from a jenkins plugin I wrote. Jenkinkins is started using
java -jar jenkins.war --httpPort=-1 --httpsPort=443 --httpsKeyStore=path/to/keystore --httpsKeyStorePassword=keystorePassword Issue is the rest call I made from the plugin does not include the "javax.servlet.request.X509Certificate" attribute in the request. This parameter is used by the external service endpoint for authentication. I found that if we use tomcat to deploy jenkins we can configure "clientAuth=want" in the tomcat connector which cause this attribute to set properly. Is there a possible way to set this parameter if i use java command to start jenkins? How can I get this attribute set properly? Your help is greatly appreciated Regards, Anuruddha. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/5be31a9c-36cb-49b8-bd29-85bc2980101d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
