host https website using IIS across local area network











up vote
1
down vote

favorite












I have a website hosted on IIS which can accessed across the Local Area Network by using the IP address of the Server computer. But I can only access the website on client computers using http, when I use https I get security alert on the browsers as shown in the image below,



enter image description here



I even got a self signed certificate on the server computer and in the server computer I can use https without any security alert but I can't do the same on client computers on LAN. Is it possible to achieve that? If so please let me know. Thanks in advance :)










share|improve this question
























  • “I get security alert on the browsers.” The security alert is important, as it can tell you what might be wrong.
    – Lex Li
    Nov 13 at 15:27










  • @LexLi Alert as in it asks for certificates
    – prkash
    Nov 13 at 15:27












  • blog.lextudio.com/… Don't make a statement using your own words. Show the exact alert message or paste a screenshot as part of the question.
    – Lex Li
    Nov 13 at 15:28










  • @LexLi ok added a screenshot
    – prkash
    Nov 13 at 15:35










  • The error message is quite clear, that the machine with the browser opened did not trust the self-signed certificate. You either make that machine trust it (by installing it to that machine), or switch to a true certificate that is trusted everywhere.
    – Lex Li
    Nov 13 at 15:38















up vote
1
down vote

favorite












I have a website hosted on IIS which can accessed across the Local Area Network by using the IP address of the Server computer. But I can only access the website on client computers using http, when I use https I get security alert on the browsers as shown in the image below,



enter image description here



I even got a self signed certificate on the server computer and in the server computer I can use https without any security alert but I can't do the same on client computers on LAN. Is it possible to achieve that? If so please let me know. Thanks in advance :)










share|improve this question
























  • “I get security alert on the browsers.” The security alert is important, as it can tell you what might be wrong.
    – Lex Li
    Nov 13 at 15:27










  • @LexLi Alert as in it asks for certificates
    – prkash
    Nov 13 at 15:27












  • blog.lextudio.com/… Don't make a statement using your own words. Show the exact alert message or paste a screenshot as part of the question.
    – Lex Li
    Nov 13 at 15:28










  • @LexLi ok added a screenshot
    – prkash
    Nov 13 at 15:35










  • The error message is quite clear, that the machine with the browser opened did not trust the self-signed certificate. You either make that machine trust it (by installing it to that machine), or switch to a true certificate that is trusted everywhere.
    – Lex Li
    Nov 13 at 15:38













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have a website hosted on IIS which can accessed across the Local Area Network by using the IP address of the Server computer. But I can only access the website on client computers using http, when I use https I get security alert on the browsers as shown in the image below,



enter image description here



I even got a self signed certificate on the server computer and in the server computer I can use https without any security alert but I can't do the same on client computers on LAN. Is it possible to achieve that? If so please let me know. Thanks in advance :)










share|improve this question















I have a website hosted on IIS which can accessed across the Local Area Network by using the IP address of the Server computer. But I can only access the website on client computers using http, when I use https I get security alert on the browsers as shown in the image below,



enter image description here



I even got a self signed certificate on the server computer and in the server computer I can use https without any security alert but I can't do the same on client computers on LAN. Is it possible to achieve that? If so please let me know. Thanks in advance :)







asp.net iis-8 lan






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 13 at 15:35

























asked Nov 13 at 15:03









prkash

314113




314113












  • “I get security alert on the browsers.” The security alert is important, as it can tell you what might be wrong.
    – Lex Li
    Nov 13 at 15:27










  • @LexLi Alert as in it asks for certificates
    – prkash
    Nov 13 at 15:27












  • blog.lextudio.com/… Don't make a statement using your own words. Show the exact alert message or paste a screenshot as part of the question.
    – Lex Li
    Nov 13 at 15:28










  • @LexLi ok added a screenshot
    – prkash
    Nov 13 at 15:35










  • The error message is quite clear, that the machine with the browser opened did not trust the self-signed certificate. You either make that machine trust it (by installing it to that machine), or switch to a true certificate that is trusted everywhere.
    – Lex Li
    Nov 13 at 15:38


















  • “I get security alert on the browsers.” The security alert is important, as it can tell you what might be wrong.
    – Lex Li
    Nov 13 at 15:27










  • @LexLi Alert as in it asks for certificates
    – prkash
    Nov 13 at 15:27












  • blog.lextudio.com/… Don't make a statement using your own words. Show the exact alert message or paste a screenshot as part of the question.
    – Lex Li
    Nov 13 at 15:28










  • @LexLi ok added a screenshot
    – prkash
    Nov 13 at 15:35










  • The error message is quite clear, that the machine with the browser opened did not trust the self-signed certificate. You either make that machine trust it (by installing it to that machine), or switch to a true certificate that is trusted everywhere.
    – Lex Li
    Nov 13 at 15:38
















“I get security alert on the browsers.” The security alert is important, as it can tell you what might be wrong.
– Lex Li
Nov 13 at 15:27




“I get security alert on the browsers.” The security alert is important, as it can tell you what might be wrong.
– Lex Li
Nov 13 at 15:27












@LexLi Alert as in it asks for certificates
– prkash
Nov 13 at 15:27






@LexLi Alert as in it asks for certificates
– prkash
Nov 13 at 15:27














blog.lextudio.com/… Don't make a statement using your own words. Show the exact alert message or paste a screenshot as part of the question.
– Lex Li
Nov 13 at 15:28




blog.lextudio.com/… Don't make a statement using your own words. Show the exact alert message or paste a screenshot as part of the question.
– Lex Li
Nov 13 at 15:28












@LexLi ok added a screenshot
– prkash
Nov 13 at 15:35




@LexLi ok added a screenshot
– prkash
Nov 13 at 15:35












The error message is quite clear, that the machine with the browser opened did not trust the self-signed certificate. You either make that machine trust it (by installing it to that machine), or switch to a true certificate that is trusted everywhere.
– Lex Li
Nov 13 at 15:38




The error message is quite clear, that the machine with the browser opened did not trust the self-signed certificate. You either make that machine trust it (by installing it to that machine), or switch to a true certificate that is trusted everywhere.
– Lex Li
Nov 13 at 15:38












1 Answer
1






active

oldest

votes

















up vote
1
down vote













Your certificate is not trusted by other computers, because they don't recognize you as a trusted authority, the solution is easy, even if you ask google it will respond with steps to do this (for chrome in this example):




Go to Chrome Settings.

Click on "advanced settings"

Under HTTPS/SSL click to "Manage Certificates"

Go to "Trusted Root Certificate Authorities"

Click to "Import"

There will be a pop-up window that will ask you if you want to install this certificate. Click "yes".




Better idea maybe, instead of making them trust your self-signed certificate would be to generate a certificate by some verified authority.



I have recently generated a free certificate by the https://letsencrypt.org/ portal (and no, I do not have any interest in promoting it) except it's free and it simply works fine.






share|improve this answer





















    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53283863%2fhost-https-website-using-iis-across-local-area-network%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Your certificate is not trusted by other computers, because they don't recognize you as a trusted authority, the solution is easy, even if you ask google it will respond with steps to do this (for chrome in this example):




    Go to Chrome Settings.

    Click on "advanced settings"

    Under HTTPS/SSL click to "Manage Certificates"

    Go to "Trusted Root Certificate Authorities"

    Click to "Import"

    There will be a pop-up window that will ask you if you want to install this certificate. Click "yes".




    Better idea maybe, instead of making them trust your self-signed certificate would be to generate a certificate by some verified authority.



    I have recently generated a free certificate by the https://letsencrypt.org/ portal (and no, I do not have any interest in promoting it) except it's free and it simply works fine.






    share|improve this answer

























      up vote
      1
      down vote













      Your certificate is not trusted by other computers, because they don't recognize you as a trusted authority, the solution is easy, even if you ask google it will respond with steps to do this (for chrome in this example):




      Go to Chrome Settings.

      Click on "advanced settings"

      Under HTTPS/SSL click to "Manage Certificates"

      Go to "Trusted Root Certificate Authorities"

      Click to "Import"

      There will be a pop-up window that will ask you if you want to install this certificate. Click "yes".




      Better idea maybe, instead of making them trust your self-signed certificate would be to generate a certificate by some verified authority.



      I have recently generated a free certificate by the https://letsencrypt.org/ portal (and no, I do not have any interest in promoting it) except it's free and it simply works fine.






      share|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        Your certificate is not trusted by other computers, because they don't recognize you as a trusted authority, the solution is easy, even if you ask google it will respond with steps to do this (for chrome in this example):




        Go to Chrome Settings.

        Click on "advanced settings"

        Under HTTPS/SSL click to "Manage Certificates"

        Go to "Trusted Root Certificate Authorities"

        Click to "Import"

        There will be a pop-up window that will ask you if you want to install this certificate. Click "yes".




        Better idea maybe, instead of making them trust your self-signed certificate would be to generate a certificate by some verified authority.



        I have recently generated a free certificate by the https://letsencrypt.org/ portal (and no, I do not have any interest in promoting it) except it's free and it simply works fine.






        share|improve this answer












        Your certificate is not trusted by other computers, because they don't recognize you as a trusted authority, the solution is easy, even if you ask google it will respond with steps to do this (for chrome in this example):




        Go to Chrome Settings.

        Click on "advanced settings"

        Under HTTPS/SSL click to "Manage Certificates"

        Go to "Trusted Root Certificate Authorities"

        Click to "Import"

        There will be a pop-up window that will ask you if you want to install this certificate. Click "yes".




        Better idea maybe, instead of making them trust your self-signed certificate would be to generate a certificate by some verified authority.



        I have recently generated a free certificate by the https://letsencrypt.org/ portal (and no, I do not have any interest in promoting it) except it's free and it simply works fine.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 13 at 16:15









        Jakub Szumiato

        1,1431716




        1,1431716






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53283863%2fhost-https-website-using-iis-across-local-area-network%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to change which sound is reproduced for terminal bell?

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

            Can I use Tabulator js library in my java Spring + Thymeleaf project?