catcherwong-archive / APIGatewayDemo

:seedling: Simple samples that use Ocelot to build API Gateway.
MIT License
274 stars 157 forks source link

SSL_ERROR_RX_RECORD_TOO_LONG #6

Open asheroto opened 3 years ago

asheroto commented 3 years ago

Hello,

I've launched the CustomersAPIServices project in APIGatewayBasicDemo. It works fine over HTTP, but over HTTPS it gives this error. I know the certificate it generates is self signed, it mentioned that, but I'm guessing there's another type of bug when generating the cert?

Thanks!