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
I'm having the same issue. Was this ever resolved?
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.