Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Sylvain Leray's Avatar

Sylvain Leray

Beigetreten 28. Mai 2021

·

Letzte Aktivität 16. Okt. 2021

Folge ich

0

Follower

0

Gesamtaktivitäten

3

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Sylvain Leray

Sylvain Leray hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk APIs

Thanks a lot Greg for your answer. But this procedure is to set some certificate to secure your own tomcat apis, not to be able to call someone else's apis. I did it already and it doesn't change anything.

I'm quite confused why i can call zendesk api from a java main method but I can't call it anymore from a tomcat running on the same PC with the same Java

Kommentar anzeigen · Gepostet 20. Jan. 2021 · Sylvain Leray

0

Follower

0

Stimmen

0

Kommentare


Sylvain Leray hat einen Post erstellt

Post Developer - Zendesk APIs

Hello,

I try to call zendesk API to create a ticket from my webapp.

From my computer I can call the API with curl

curl -v https://***.zendesk.com/api/v2/tickets.json --user ***@***com:password

From a main method in Java, it also works.

Problem occurs when I execute this code with an app deployed on a Tomcat server.

In the thread

https://develop.zendesk.com/hc/en-us/community/posts/360004305568-REST-API-hostname-in-certificate-didn-t-match

you suggest "add those certificates on your server". I downloaded them all but I don't really understand how/where i should add them so that my Tomcat will use them.

Gepostet 20. Jan. 2021 · Sylvain Leray

0

Follower

4

Stimmen

3

Kommentare