Hello!
I have set the meta parameter (meta_endCallbackUrl) when creating the meeting and provided a route to it.
However, my code set for that route doesn't run.
For testing purposes, I sent a GET request for that route through a REST client and that worked properly.
When looking through the logs (mainly bbb-web.log) I have two situations:
1) Setting the callback url to USE https:
2019-01-15T10:30:44.282-02:00 ERROR org.bigbluebutton.web.services.callback.CallbackUrlService - IOException for callback url=[https://example.com/endwebhook?meetingId=44&recordingmarks=true]
2019-01-15T10:30:44.282-02:00 INFO org.bigbluebutton.web.services.callback.CallbackUrlService - Calling callback url null
2) NOT using https:
2019-01-15T10:31:50.942-02:00 WARN org.apache.http.client.protocol.ResponseProcessCookies - Invalid cookie header: "Set-Cookie: AWSALB=k2Oxi+xY2phjzH8uGMmcXJjQrFTg4nfghTqcH5nL64nGtLp21MtJOhW7/aDiehMThwnc+TrxFPITIelxRQNhAxOD+/v9fT6bsHZ5GT3UIEph6Y1PdlDkMHZLBJgp; Expires=Tue, 22 Jan 2019 12:31:50 GMT; Path=/". Invalid 'expires' attribute: Tue, 22 Jan 2019 12:31:50 GMT
I'm not sure if the log for case 2 helps anything, but it is the only thing related shown there.
Do you have any idea on what is happening?
Thanks!