问题
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 :
- Export your DialogFlow bot :
- Delete the bot:
- Create a new empty bot and set a http webhook :
- Import your previously exported bot :
- 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