Dialogflow fulfilment webhook url support self signed certificates?

喜你入骨 提交于 2019-12-23 20:23:48

问题


I am using Dialogflow fulfilment webhook for weather.

Dialogflow says "You can use only https:// in fulfillment url when "Google Assistant" integration enabled"

so, I tried Self-Signed certificates for https url. but I can't get webhook response.

I can't use Self-Signed certificates for webhook url?

thank you for anyhelp!


回答1:


I found the answer myself after I have tried for 7 days.

Dialogflow fulfilment webhook url doesn't support self signed certificates.

so, I used heroku and aws lambda.

they support https and worked fine with Dialogflow webhook.

I hope it will be helpful for everyone.




回答2:


I tried several times to use Self-Signed certificates but I was not able to do it. I had to get a "SSL DV Standard" and the webhook started working properly.




回答3:


If you gived up about using SSL here is how to remove Google Assistant integration and use http webhook :

  1. Export your DialogFlow bot :

  1. Delete the bot:

  1. Create a new empty bot and set a http webhook :

  1. Import your previously exported bot :

  1. Now you should have your previous bot working & released from Google Assistant


来源:https://stackoverflow.com/questions/50967166/dialogflow-fulfilment-webhook-url-support-self-signed-certificates

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!