When I run my solution locally the generated link to which my function is listening supports http. How can enable the support of HTTPS for local test purposes? The target framework is .NET 6.0. Dependencies: Microsoft.NET.Sdk.Functions 4.1.0.
Asked
Active
Viewed 18 times
0
-
You need to generate the cert manually and set it when you `func start`, see: https://stackoverflow.com/questions/62453695/how-to-enable-azure-function-https-easily-when-do-local-test – James Gould Mar 04 '22 at 08:33