Hi,
I am trying to play a mp3 file from a URL. It works on some servers but fails on others... Here is a simple request:
{ "body": { "version": "1.0", "response": { "outputSpeech": { "type": "SSML", "playBehavior": "REPLACE_ALL", "ssml": "<speak><audio src='https://62d85c44c72a1f0521f09205--wondrous-cat-a778d9.netlify.app/audio/czesiek/00_cz_razem_wracamy.mp3' /></speak>" }, "shouldEndSession": true, "type": "_DEFAULT_RESPONSE" } } }
I get the following error:
"error": { "type": "INVALID_RESPONSE", "message": "Received fatal alert: handshake_failure for requestId amzn1.echo-api.request.XXXXXXXXXXXXXXXXXXXXX" }
And Alexa says "I can't connect to the URI of the audio file". (or something like that, I translated it from German)
what am I doing wrong? I assume with "handshake" amazon means ssl handshake? Whats wrong with the provided url? I tried it with a letsencrypt and now I try it on netlify (see url above).
Any hints? whats wrong with the provided url / ssl?
Thanks