Slow server hello when setting up SSL handshake azure apim

Corne Hendrickx 0 Reputation points
2025-11-27T12:51:01.09+00:00

We have several customers that complain about a slow server response when setting up a SSL handshake.

What we see is this:

Client send SSL HELLO.

Server SSL Hello response takes 10 or more seconds.

We can not figure out what this is causing.

In the wire shark trace we see that the server response takes this long.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
{count} votes

1 answer

Sort by: Most helpful
  1. Praveen Kumar Gudipudi 1,495 Reputation points Microsoft External Staff Moderator
    2025-12-12T04:11:23.9566667+00:00

    Hello Corne Hendrickx,

    Thanks for sharing the details:

    Issue: Slow server hello when setting up SSL handshake azure apim.

    Resolution: we found out that we have an issue with an incorrect ocsp end-point. This was not accessible.We use this command

    openssl ocsp -issuer issuer.crt -cert user_cert.crt -url http://[fqdn]/ca/ocsp

    When this was working correct. The slow responses are resolved.

    If this answer was helpful, please click "Accept the answer" and mark Yes, as this can help other community members.

    User's image

    If you have any other questions or are still experiencing issues, feel free to ask in the "comments" section, and I'd be happy to help.

    0 comments No comments

Your answer

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