Forums

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

Send post https request via scriptrunner post function

Alexander Poleshuk
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 25, 2022

I want to send post https request via scriptrunner post function

I use this way to post http:

def http = new HTTPBuilder()

def result = http.get(uri:'http://external_server/Services/team/CloseFlowItem.aspx?taskid='+taskid)

When I replace http to https in URL, I get an error:

----

2022-04-25 08:22:21,171 ERROR [workflow.ScriptWorkflowFunction]: *************************************************************************************

2022-04-25 08:22:21,180 ERROR [workflow.ScriptWorkflowFunction]: Script function failed on issue: DBA-4590, actionId: 91, file: <inline script>

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

                at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)

                at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)

----

What do I need to make request via HTTPS ?

 

1 answer

0 votes
Mohamed Benziane
Community Champion
April 26, 2022

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events