locked
This connection is not secure. Logins entered here could be compromised RRS feed

  • Question

  • User-786564416 posted

    My website is intranet website. No external connections is there. The login authentication is Windows based according to the Active Directory. The only issue is I have is the Server Certificates missing which I think is not needed for Intranet.

    Is this message only because of the missing of the SSL?

    I tried my best to make certificate for this intranet website but I failed. What is the fastest way for that with free fees?

    Friday, December 8, 2017 8:03 PM

All replies

  • User860067021 posted
    Hi,
    You can generate a self signed certificate and configure your website to use it.

    https://www.petri.com/create-self-signed-certificate-using-powershell
    Sunday, December 10, 2017 9:38 PM
  • User-335504541 posted

    Hi alihusain_77,

    Is this message only because of the missing of the SSL?

    I tried my best to make <g class="gr_ gr_442 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins doubleReplace replaceWithoutSep" id="442" data-gr-id="442">certificate</g> for this intranet website but I failed. What is the fastest way for that with free fees?

    I think the reason is that your website is considered as an insecure one.

    Are you using Firefox as your browser and is this you are talking about?

    https://support.mozilla.org/en-US/kb/insecure-password-warning-firefox

    If so, you could turn it off by setting security.insecure_field_warning.contextual.enabled = False

    security.insecure_password.<g id="296" data-gr-id="296" class="gr_ gr_296 gr-alert gr_spell gr_inline_cards gr_disable_anim_appear ContextualSpelling ins-del multiReplace">ui</g>.enabled = False in Firefox config.  You could find it by typing about<g id="692" data-gr-id="692" class="gr_ gr_692 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style replaceWithoutSep"><g class="gr_ gr_743 gr-alert gr_tiny gr_gramm gr_inline_cards gr_run_anim Punctuation replaceWithoutSep" id="743" data-gr-id="743">:</g>config</g><enter> in the address bar.

    You could refer to the link below for more information:

    https://support.mozilla.org/en-US/questions/1164003

    And you could refer to the following link for a tutorial of the self-signed certificate in IIS:

    https://technet.microsoft.com/en-us/library/cc753127%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396

    Best Regards,

    Billy

    Monday, December 11, 2017 11:39 AM
  • User-37275327 posted

    Did you check via different browsers? I just spotted the FF update here.

    Tuesday, December 12, 2017 4:35 AM
  • User991499041 posted

    Hi Alihusain_77,

    I tried my best to make certificate for this intranet website but I failed. What is the fastest way for that with free fees?

    You can chose to use letsencrypt-win-simple, which is a command line interface (CLI) client.

    Despite that, it really is very simple to use.

    Using Let's Encrypt with IIS on Windows

    https://weblog.west-wind.com/posts/2016/feb/22/using-lets-encrypt-with-iis-on-windows

    This article shows how easy it is to obtain free SSL certificates for your website from LetsEncrypt, using the letsencrypt-win-simple command line tool.

    Regards,

    zxj

    Tuesday, December 12, 2017 6:12 AM