You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am currently working on SSL to do HTTPS for my applications.
Only problem I have left is Crowd SSL..
I am following https://confluence.atlassian.com/display/CROWD/Configuring+Crowd+to+Work+with+SSL to do SSL however, it is not working.
Main problem is.. I am trying to use same port for https.. Default port for http crowd is 8095 and I want to use 8095 for https..
On Step 1 of the link above, I couldn't find
<
Connector
port
=
"8443"
protocol
=
"org.apache.coyote.http11.Http11Protocol"
maxThreads
=
"150"
SSLEnabled
=
"true"
scheme
=
"https"
secure
=
"true"
clientAuth
=
"false"
sslProtocol
=
"TLS"
keystoreFile
=
"${user.home}/.keystore"
keystorePass
=
"changeit"
keyAlias
=
"tomcat"
keyPass
=
"changeit"
/>
netstat -plten |grep java returns only port 8020 which is the server port instead of 8095 with 8020..
tried accessing to http and https.. both of them does not work..
When I take out the new connector statement in step1, and put original one, at least it lets me go into http but not https (of course)
Followed step1 exactly like the link... except my certificate config..
JIRA, Confluence, Stash is working fine with SSL except Crowd..
Can someone help me on this part?
Hi Young,
We received your support request. I'll be working through the ticket, and soon as we solve the issue I'll be posting the answer here for future references.
Regards,
Renato Rudnicki
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.