How to resolve AbuseProtectionResponseFailed in Azure Web PubSub - event handler?

JeffersonIMHANZENOBE-2389 0 Reputation points
2024-09-20T10:36:55.1433333+00:00

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?

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
81 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.