HI,
I have ssl certificate, need to install that in jira to make it open from http to https.
Thanks & Regards,
Vishwanath BM
9980116466
Here's the approach
Let us know what method you are following?
Thanks,
Pramodh
tried these methods, but still unable to make it. It is asking us to generate new key. As I have already having ssl certificate for my domain. need to add that to jira,. Kindly help us
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll need to tell us what method you are using to set up SSL, and what you are doing differently to what the docs say to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have imported my certificate to "cacerts" as mentioned in the link. And In server.xml file I have changed values to
" Connector port="8443" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"
maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
acceptCount="100" disableUploadTimeout="true" bindOnInit="false" secure="true" scheme="https"
proxyName="<domain.name>.com"> proxyPort="443"
Changed based URL in the web GUI to https:mydomain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.