Some of our users can no longer access our API hosted on azurewebsites.net.
When I go to https://<our-app-service-name>.azurewebsites.net/swagger/index.html I see the Swagger-generated page, but when some other visit the same URL they receive a response that the site uses an unsupported protocol:-
Your connection to the site isn't secure
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Why is this?
Iain