JIRA Attach Screenshot applet not working over SSL

Deleted user October 15, 2013

Our test instance (6.0.8) works non-SSL, but our prod version (6.0.8) doesn't work on SSL.

It gives a classnotfoundexception to the user.

How can the applet be made to work under SSL?

4 answers

1 accepted

1 vote
Answer accepted
Deleted user October 21, 2013

I've logged a support request - this problem seems to be too advanced for this forum, and only being able to post in this thread once per day is pretty ridiculous.

0 votes
codelab expert
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.
October 15, 2013

In \conf\web.xml it is neccessary that you add this code below. It is important for attachments. I am running JIRA over SSL and all is fine:

<security-constraint>
		<web-resource-collection>
		<web-resource-name>all-except-attachments</web-resource-name>
		<url-pattern>*.jsp</url-pattern>
		<url-pattern>*.jspa</url-pattern>
		<url-pattern>/browse/*</url-pattern>
		</web-resource-collection>
		<user-data-constraint>
		<transport-guarantee>CONFIDENTIAL</transport-guarantee>
		</user-data-constraint>
	</security-constraint>

Deleted user October 20, 2013

That XML code didn't solve our problem, and it actually caused some kind of authentication issue so we had to revert it.

0 votes
Ignat
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 15, 2013

Hi Jason,

Unfortunatelly I can see no logs attached. Could you consider filling in the customer support request for the issue?

Thank you.

--

Cheers, Ignat.

0 votes
Ignat
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 15, 2013

Hi Jason.

Could you provide the exact stacktrace of an error? What JDK version is installed on the client machine?

By the way, have you tried the Attach Image for JIRA which is free? The plugin allows to get rid of applet in Chrome and Firefox.

--

Cheers,

Ignat.

Deleted user October 15, 2013

Installing that plugin seemed to hang our JIRA service, requiring a restart (yikes), but it was fine after a restart.

The stack trace and JRE info is attached.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events