Open Closed

Http failure response for https://******.com/.well-known/openid-configuration: 0 Unknown Error #5835


User avatar
0
gunpal5 created

I am having trouble to publish my website to IIS server. I am getting one issue after another. I managed to fix several issue related to open-id but I can't get around with this issue.

  • ABP Framework version: v7.3.3
  • UI Type: Angular
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

3 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello gunpal5,

    Please change https to http in your URL and also try to change this in environment.ts file at frontend

     requireHttps: false
    

    and appsettings.json file at backend

    "RequireHttpsMetadata": "false",
    

    Check whether Authorization is working fine from swagger? Can you please confirm the URLs in database are modified to the deployed application URLs?

    please do let me know if this found helpful

    Thank you, Anjali

  • User Avatar
    0
    gunpal5 created

    Thank you for quick response.

    I've changed the requireHttps and now I am getting this error:

    If I click ok and enter the password it works. but I need to fix this issue before we can release it.

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello gunpal5,

    Please have look to this if it helps you https://support.abp.io/QA/Questions/5102/Error-Detail-not-sent-by-server-after-deploy-angular#answer-3a0b5b2b-5390-14d6-4398-f357f04a8388

    do let me know if anything else needed

    Thank you, Anjali

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11