Request on CURL
curl -X POST -H "Content-Type: application/json" -d "{\"message\":\"Help What do I do now\"}" https://<mydomain>:7990/<directory>
The request works fine to flask / Python with CURL and Postman
Tried IssueData / Custom etc
Header content-type : application/json
( which it is correctly formatted )
Server is Flask on Python ( correct SSL certs, not that )
As above works fine on CURL / Postman and can even web browse if allow GET
Firewall OK, Tested and can see it passing
Always get the error when using SEND WEB REQUEST on Jira
Spent 2 days on this now, ANyone any ideas ?
Just an update, aware that 500 is 'Error' but this error only occurs when called from Jira
Can you ensure that the Flask endpoint is accessible from Jira's servers and hasn't been blocked by firewall rules, which could be preventing the connection.
Furthermore, verify that your SSL certificates are correctly configured and trusted by Jira, as any issues with certificate validation could also be contributing to the error.
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
Thanks for that
Flask is accessible from Jiras servers and is not blocked by firewall rules
SSL Certs good, I have bought them and work with CURL, Postman and Chrome ( on Get )
ANy ideas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.