How to resolve AbuseProtectionResponseFailed in Azure Web PubSub - event handler?
JeffersonIMHANZENOBE-2389
0
Reputation points
I am trying to configure an event handler for an Azure Web PubSub service. The event handler is behind an Azure Application Gateway. I get an error "The SSL connection could not be established, see inner exception."
There are no logs in the App gateway which means Azure Web PubSub has the problem before invoking the validate method.
Also, if I send an abuse protection request (OPTIONS method call) directly to the event handler via swagger or curl, I get a successful 200 status with WebHook-Allowed-Origin header set to *.
Live Trace log for Azure Web PubSub
- Event Name: AbuseProtectionResponseFailed
- Message: Abuse protection validation for 'https://***xxx' failed.
- Exception: The SSL connection could not be established, see inner exception. is there a way to see this inner exception? I enabled diagnostic logging, but the inner exception is not in the logs
How do I resolve this?
Sign in to answer