最近搜索
没有最近搜索

Sylvain Leray
已加入2021年5月28日
·
最后活动2021年10月16日
关注
0
关注者
0
活动总数
3
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Sylvain Leray
Sylvain Leray 进行了评论,
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
查看评论 · 已于 2021年1月20日 发布 · Sylvain Leray
0
关注者
0
投票
0
评论
Sylvain Leray 创建了一个帖子,
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
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.
已于 2021年1月20日 发布 · Sylvain Leray
0
关注者
4
投票
3
评论