QuickApp icon indicating copy to clipboard operation
QuickApp copied to clipboard

How to disable HTTPS in Development

Open wanjydan opened this issue 6 years ago • 2 comments

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.

wanjydan avatar May 10 '19 07:05 wanjydan

The SSL connection could not be established

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

Mynken avatar Aug 05 '19 08:08 Mynken

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 :)

andgest avatar Nov 04 '19 19:11 andgest