Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when accessing JIRA on multi-VHost SSL site. #191

Open
RobotLimeLtd opened this issue Dec 14, 2016 · 2 comments
Open

Error when accessing JIRA on multi-VHost SSL site. #191

RobotLimeLtd opened this issue Dec 14, 2016 · 2 comments

Comments

@RobotLimeLtd
Copy link

I'm getting an error when connecting to a JIRA sitting behind an Apache SSL proxy, for which the JIRA VHost is not the first in alphanumerical terms.

This is quite a well-known issue with web clients and SNI compatibility; I'm not sure if the problem is JIRA Server or the version of httpclient you're using.

Version 4.3.2 of httpclient has a bug fix for SNI compatibility: https://issues.apache.org/jira/browse/HTTPCLIENT-1119

And version 7.1.6 of JIRA does also: https://jira.atlassian.com/browse/JRA-47568

I'm using version 7.1.4 of JIRA, and your project is using 4.2.5 of http client.

The error I get is:

javax.net.ssl.SSLException: Certificate for jira.acme.com doesn't match any of the subject alternative names: [ace.acme.com]
@RobotLimeLtd
Copy link
Author

Problem is definitely with the version of httpclient used. I upgraded JIRA to latest, but same problem.

@vsbatista
Copy link

Have opened #205 to handle httpclient upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants