Hi ,
We migrated our applications Jira, confluence, crowd and bit bucket from windows to linux. These application also were running behind the reverse proxy and the same configuration enabled in the new environment.
But when we are connecting the applications with applications link and when we are adding the crowd directories to this applications, through http its getting connected. but in https with proxy settings its not working.
In my migration process, i just copied the home directories of application only copied to the target environment and mapped it with the new installation instance.
So i am afraid that the server xml file is correct or ssl things are wrong
@vivuu, I recommend first to check on command line, if all the services are available.
Form the host, where Bitbucket is installed do following:
telnet aws.omegatooling.com 443
If you get no connect, you have most probably a network issue. It could be a firewall (on a local machine or in the network), the wrong network segment (different IP subnets, that are not routed). Its also possible, that crowd is not listening on port 443, but only on port 80.
To check which ports are open on the crowd host:
nmap aws.omegatooling.com
If this doesn't help further, can you please draw a simple network diagram of your environment?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.