• Community
  • Products
  • Jira Software
  • Questions
  • Why am I getting a 'could not set SSL_CTRL_SET_TLSEXT_HOSTNAME, Server Name Indication disabled' error when hitting the Atlassian.net site using https.

Why am I getting a 'could not set SSL_CTRL_SET_TLSEXT_HOSTNAME, Server Name Indication disabled' error when hitting the Atlassian.net site using https.

Chad Gage March 30, 2015

If I try to create a bug with a result file from Squish automatically, it puts up a Server error.

e.g.: if I run this command (from the cmd box):

xml2jira --server "https://advancedpricinglogic.atlassian.net" --user "chad.gage" --password "something" --project "Pricexpert" --component "Planning - Analytics" --reportfile "C:\Users\cgage\Desktop\squish_results\results_20.xml" –attachSquishReport

I get the following error:

'could not set SSL_CTRL_SET_TLSEXT_HOSTNAME, Server Name Indication disabled'

 

 

1 answer

0 votes
Joseph Clark March 30, 2015

I assume xml2jira is a Java application.  Make sure you are using Java 7 or higher - Service Name Indication support did not exist in Java 6 and lower.

 

Suggest an answer

Log in or Sign up to answer