Share via

Unable to take HTTPS for installed application on Azure linux VM

Anil Kishore Singh 1 Reputation point
2020-12-20T16:38:54.07+00:00

Dear Team,

I have created one Linux VM on Azure and installed one application, to access the application we need to type https://IP, but unable to take GUI for our application.

Thanks,

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


1 answer

Sort by: Most helpful
  1. vipullag-MSFT 26,537 Reputation points Moderator
    2020-12-21T05:45:51.237+00:00

    @Anonymous

    Can you please share more details so that I can assist you better. You mentioned, https (is the certificate installed).
    What error you see, can you share the error message or screenshot?
    What type of application did you install?

    For instance, If it is an nginx app? Based on what you have mentioned, it could mostly be a configuration issue.
    Below are few troubleshooting steps you can check:

    • Open the config file and ensure required port mapping is done correctly.
    • Check necessary ports are open on the NSG of the VM (You should add port 443 and port 80 to azure VM windows firewall inbound rules).
    • Restart the app services (nginx) & if required restart the VM.
    • Ensure your service is listening on appropriate ports within Linux.
    • Use this tool and see if the port is open on the public ip. If this closed, it is NSG issue.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.