Which command change secure HTTP port from 443 to 444?

Which command change secure HTTP port from 443 to 444?
A. IP http secure-port 444
B. IP http secure-server
C. http server enable 444
D. IP http server-secure

cisco-exams

6 thoughts on “Which command change secure HTTP port from 443 to 444?

  1. To specify a port for HTTPS, use the port argument of the http server enable command. The following example specifies that HTTPS ASDM sessions use port 444 on the outside interface. WebVPN is also enabled on the outside interface and uses the default port (443). With this configuration, remote users initiate ASDM sessions by entering https://:444 in the browser.

    hostname(config)# http server enable 444
    hostname(config)# http 192.168.3.0 255.255.255.0 outside
    hostname(config)# webvpn
    hostname(config-webvpn)# enable outside

    Ans: C

  2. http server enable [ port ]

    hostname(config)# http server enable 443

    Enables the HTTPS server.

    By default, the port is 443. If you change the port number, be sure to include it in the ASDM access URL. For example, if you change the port number to 444, enter the following:

    https://10.1.1.1:444

  3. the answer is A

    IOS Router command support custom port and custom ports 1025-65535

    http server enable on ASA enable https access to the ASA.

    The question is about changing the default port (443) to 444

  4. IOS command (answer A)- supports custom port on range 1024-65535,
    ASA command – supports full range 1-65535

  5. Hello,

    Correct answer is C
    Explanation:
    IOS command ip http secure-port allows only custom ports within range .
    ASA command: http server enable

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.