Access JIRA on HTTPS Server Using APIWill client JVM for a web service(https) throw an SSL Exception when the server is having a valid certificate from a CA?How to use java.net.URLConnection to fire and handle HTTP requestsResolving javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed Error?Java Keytool error after importing certificate , “keytool error: java.io.FileNotFoundException & Access Denied”Unable to access Rest-Resource request urljira-python create_issue jiraerror http 400 with a url of local addressAtlassian Connect-Express: JIRA REST API authentication within the JIRA pluginUsing Jira API with Okta AuthPython Can't connect Jira API viaJira connectivity issue with eclipse

How do we know that black holes are spinning?

A Mainer Expression

How to give my students a straightedge instead of a ruler

Why is the UK still pressing on with Brexit?

Unable to find solution to 6 simultaneous equations

Are there any rules about taking damage whilst holding your breath in combat?

'Overwrote' files, space still occupied, are they lost?

Where is it? - The Google Earth Challenge Ep. 3

Why is belonging not transitive?

Python web-scraper to download table of transistor counts from Wikipedia

How to control the output voltage of a solid state relay

Ambiguity in notation resolved by +

Should you only use colons and periods in dialogues?

Bit one of the Intel 8080's Flags register

Prove that a convergent real sequence always has a smallest or a largest term

Is there any reason to concentrate on the Thunderous Smite spell after using its effects?

How To Make Earth's Oceans as Brackish as Lyr's

Why is my fire extinguisher emptied after one use?

What is the advantage and disadvantage of tail wheel so modern airplane is not use it anymore?

What was the ultimate objective of The Party in 1984?

What is the name of this Allen-head furniture fastener?

Test to know when to use GLM over Linear Regression?

Does my opponent need to prove his creature has morph?

How to modify this code to add more vertical space in timeline that uses Tikz



Access JIRA on HTTPS Server Using API


Will client JVM for a web service(https) throw an SSL Exception when the server is having a valid certificate from a CA?How to use java.net.URLConnection to fire and handle HTTP requestsResolving javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed Error?Java Keytool error after importing certificate , “keytool error: java.io.FileNotFoundException & Access Denied”Unable to access Rest-Resource request urljira-python create_issue jiraerror http 400 with a url of local addressAtlassian Connect-Express: JIRA REST API authentication within the JIRA pluginUsing Jira API with Okta AuthPython Can't connect Jira API viaJira connectivity issue with eclipse






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am trying to access JIRA (Hosted on HTTPS server, JIRA URL Starts with HTTPS) but it is throwing an Error message .
--javax.net.ssl.SSLHandshakeException: General SSLEngine problem



I am using AsynchronousJiraRestClientFactory().createwithBasicHttpAuthentication(uri,uusername,password)



Please help me getting through this issue , i want to access a prject location in JIRA and drop a bug into it.



Normally in Local machine , self installed Jira Work Fine with This Code as it has no Https Url.



Do i need Some Certificates for that , if yes ..who provides them and how i have to use them in the Code.










share|improve this question
























  • Can you provided the full stack trace of the error message?

    – Runningriot
    Mar 28 at 14:03











  • this is the only message shown in the console

    – TEST-M
    Mar 28 at 15:08











  • How is this related to selenium?

    – Jeni
    Mar 28 at 16:36











  • looks like the provided TLS certificate or the root CA of the certificate is unknown or invalid to your JVM. It is a self signed certificate?

    – Andreas
    Apr 3 at 17:10

















0















I am trying to access JIRA (Hosted on HTTPS server, JIRA URL Starts with HTTPS) but it is throwing an Error message .
--javax.net.ssl.SSLHandshakeException: General SSLEngine problem



I am using AsynchronousJiraRestClientFactory().createwithBasicHttpAuthentication(uri,uusername,password)



Please help me getting through this issue , i want to access a prject location in JIRA and drop a bug into it.



Normally in Local machine , self installed Jira Work Fine with This Code as it has no Https Url.



Do i need Some Certificates for that , if yes ..who provides them and how i have to use them in the Code.










share|improve this question
























  • Can you provided the full stack trace of the error message?

    – Runningriot
    Mar 28 at 14:03











  • this is the only message shown in the console

    – TEST-M
    Mar 28 at 15:08











  • How is this related to selenium?

    – Jeni
    Mar 28 at 16:36











  • looks like the provided TLS certificate or the root CA of the certificate is unknown or invalid to your JVM. It is a self signed certificate?

    – Andreas
    Apr 3 at 17:10













0












0








0








I am trying to access JIRA (Hosted on HTTPS server, JIRA URL Starts with HTTPS) but it is throwing an Error message .
--javax.net.ssl.SSLHandshakeException: General SSLEngine problem



I am using AsynchronousJiraRestClientFactory().createwithBasicHttpAuthentication(uri,uusername,password)



Please help me getting through this issue , i want to access a prject location in JIRA and drop a bug into it.



Normally in Local machine , self installed Jira Work Fine with This Code as it has no Https Url.



Do i need Some Certificates for that , if yes ..who provides them and how i have to use them in the Code.










share|improve this question














I am trying to access JIRA (Hosted on HTTPS server, JIRA URL Starts with HTTPS) but it is throwing an Error message .
--javax.net.ssl.SSLHandshakeException: General SSLEngine problem



I am using AsynchronousJiraRestClientFactory().createwithBasicHttpAuthentication(uri,uusername,password)



Please help me getting through this issue , i want to access a prject location in JIRA and drop a bug into it.



Normally in Local machine , self installed Jira Work Fine with This Code as it has no Https Url.



Do i need Some Certificates for that , if yes ..who provides them and how i have to use them in the Code.







java selenium jira-rest-api jira-rest-java-api






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 28 at 12:21









TEST-MTEST-M

1121 gold badge1 silver badge12 bronze badges




1121 gold badge1 silver badge12 bronze badges















  • Can you provided the full stack trace of the error message?

    – Runningriot
    Mar 28 at 14:03











  • this is the only message shown in the console

    – TEST-M
    Mar 28 at 15:08











  • How is this related to selenium?

    – Jeni
    Mar 28 at 16:36











  • looks like the provided TLS certificate or the root CA of the certificate is unknown or invalid to your JVM. It is a self signed certificate?

    – Andreas
    Apr 3 at 17:10

















  • Can you provided the full stack trace of the error message?

    – Runningriot
    Mar 28 at 14:03











  • this is the only message shown in the console

    – TEST-M
    Mar 28 at 15:08











  • How is this related to selenium?

    – Jeni
    Mar 28 at 16:36











  • looks like the provided TLS certificate or the root CA of the certificate is unknown or invalid to your JVM. It is a self signed certificate?

    – Andreas
    Apr 3 at 17:10
















Can you provided the full stack trace of the error message?

– Runningriot
Mar 28 at 14:03





Can you provided the full stack trace of the error message?

– Runningriot
Mar 28 at 14:03













this is the only message shown in the console

– TEST-M
Mar 28 at 15:08





this is the only message shown in the console

– TEST-M
Mar 28 at 15:08













How is this related to selenium?

– Jeni
Mar 28 at 16:36





How is this related to selenium?

– Jeni
Mar 28 at 16:36













looks like the provided TLS certificate or the root CA of the certificate is unknown or invalid to your JVM. It is a self signed certificate?

– Andreas
Apr 3 at 17:10





looks like the provided TLS certificate or the root CA of the certificate is unknown or invalid to your JVM. It is a self signed certificate?

– Andreas
Apr 3 at 17:10












0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55397511%2faccess-jira-on-https-server-using-api%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.




















draft saved

draft discarded















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55397511%2faccess-jira-on-https-server-using-api%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해