Hello!
I try to setup Jira to use HTTPS... via this documentation https://confluence.atlassian.com/display/JIRA/Running+JIRA+over+SSL+or+HTTPS ... but when i run "config.sh"
there i have just 5 options and no "Web Server" option:
[H] Configure JIRA home
[D] Database selection
[A] Advanced settings
[S] Save and exit
[X] Exit without saving
How else i can run Jira with https support?
(gentoo no X)
Hi Lala,
Installing JIRA over SSL or HTTPS sometimes can be a little bit trick, but It can be simpler following Integrating JIRA with Apache.
Also check in JiraDirectory/install/conf/server.xml if there is the following configuration
Server.xml <Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" SSLEnabled="true" URIEncoding="UTF-8" keystoreFile="/tmp/.keystorefile" keystorePass="changeit" keyAlias="mybank"/>
Important things to look for in this file:
I hope this clarifies your doubts.
Kind Regards
Thank you, but i don't use Apache. But any way, your post send me in the right way too.
But i have a new problem, http://XXXX:8080 redirects me to https://XXXX:8443 and nothing more (firefox: "Unable to connect") and no errors in "catalina.out"
---
Now i'm here https://answers.atlassian.com/questions/32575/jira-over-https
dont understand where to go =) Gone to read about SSL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now all works fine, just forgot a key SSLEnabled
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lala,
I'm glad you have done by yourself and get done! Congratulations!
Kind Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lala
Seems to me that this option will be available just for JIRA 5.2, which is under early access program, yet. So, I'd suggest to use the following link as your guideline.
https://confluence.atlassian.com/display/JIRA050/Running+JIRA+over+SSL+or+HTTPS
Please let us know the new questions and doubts related to it.
Cheers,
Paulo Renato
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.