emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

How to disable HTTPS in Development #133

Closed wanjydan closed 1 year ago

wanjydan commented 5 years ago

Am getting this error when i request from postman: An unhandled exception has occurred while executing the request. System.InvalidOperationException: IDX20803: Unable to obtain configuration from: 'http://localhost:5000/.well-known/openid-configuration'. ---> System.IO.IOException: IDX20804: Unable to retrieve document from: 'http://localhost:5000/.well-known/openid-configuration'. ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.

Mynken commented 5 years ago

The SSL connection could not be established

Probably you configured your project with https and in postman you should add configuration for ssl too.

andgest commented 4 years ago

Hello,

You seem to have the same problem as me. => https://github.com/emonney/QuickApp/issues/150 Did you find a solution ?

Thank you in advance :)