I'm trying to run Swashbuckle on an application hosted on Windows Server 2016 running HTTP/2 (aka SPDY). When I access the URL for the swagger api, I get ERR_SPDY_PROTOCOL_ERROR. I can access the UI page fine but it's empty because it can't retrieve the api docs.
Has anyone run into this? Any solution?
(This is with version 5.2.1.)