Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Application links with https getting error. Bit http is working fine.

vivuu
Contributor
January 27, 2018

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

https issue.PNG

1 answer

0 votes
Sebastian Kleinholz
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 27, 2018

@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?

Suggest an answer

Log in or Sign up to answer