D-Link Forums

D-Link Wireless Routers for Home and Small Business => DIR-882 => Topic started by: Damjan on September 22, 2019, 01:38:26 PM

Title: Disable HTTPS Server button
Post by: Damjan on September 22, 2019, 01:38:26 PM
Hi,

once I clicked on "Enable HTTPS Server" button and now the button does not exist anymore.
What I want to say is that the location where the button used to be is empty. Not greyed out, completely empty.

How can I change back from HTTPS to HTTP?

I use firmware 1.20.

Thanks for answers.

Regards, Damjan

Title: Re: Disable HTTPS Server button
Post by: Damjan on September 23, 2019, 07:21:10 AM
Only I have this problem?   :P
Title: Re: Disable HTTPS Server button
Post by: GreenBay42 on September 23, 2019, 07:35:59 AM
I will have a tech test this.

Clear your cache on your web browser. Did you try a different browser?
Title: Re: Disable HTTPS Server button
Post by: Damjan on September 23, 2019, 08:12:08 AM
I have just done a Restore to Factory default settings and the button is still missing.
Something new in 1.2 , or just a bug?
Title: Re: Disable HTTPS Server button
Post by: FurryNutz on September 23, 2019, 08:16:36 AM
I'll confirm this with my 882.
Button is missing.
(https://i.ibb.co/pbHJqmY/Screen-Shot-2019-09-23-at-9-13-46-AM.png) (https://ibb.co/0m0h5wH)

I'm seeing the following in the web page source code: view-source:192.168.0.82/Admin.html
Code: [Select]
switch(e){case"enableHTTPSServer":$("#status_enableuseHTTPS").prop("checked",!1),t?($("#titleUseHTTPS").show(),$("#checkUseHTTPS").show(),$("#status_enableRemoteManage").prop("checked")&&($("#status_enableuseHTTPS").prop("checked",!0),document.getElementById("remoteAdminPort").value="8081")):($("#titleUseHTTPS").hide(),$("#checkUseHTTPS").hide(),$("#status_enableRemoteManage").prop("checked")&&(document.getElementById("remoteAdminPort").value="8080"));break;case"enableRemoteManage":$("#status_enableuseHTTPS").prop("checked",!1),t?(document.getElementById("remoteAdminPort").disabled=!1,document.getElementById("status_enableuseHTTPS").disabled=!1,$("#inboundIPRange").attr("disabled",!1),document.getElementById("remoteAdminPort").value="8080",$("#status_enableHTTPSServer").prop("checked")&&($("#status_enableuseHTTPS").prop("checked",!0),document.getElementById("remoteAdminPort").value="8081")):(document.getElementById("remoteAdminPort").disabled=!0,document.getElementById("status_enableuseHTTPS").disabled=!0,$("#inboundIPRange").attr("disabled",!0),document.getElementById("remoteAdminPort").value="");break;case"enableuseHTTPS":document.getElementById("remoteAdminPort").value=t?"8081":"8080"}}function save_button_changed()
Title: Re: Disable HTTPS Server button
Post by: FurryNutz on April 02, 2020, 07:37:54 AM
Still missing in v1.30 as well.  :-\
Title: Re: Disable HTTPS Server button
Post by: GreenBay42 on April 02, 2020, 04:04:33 PM
I am wondering if HTTPS is default and the only setting now. They probably had to close security holes. I will send an email to find out.
Title: Re: Disable HTTPS Server button
Post by: FurryNutz on April 02, 2020, 04:08:13 PM
Yes would be good to know if it's already ON by default.

Thank you.