Clarity

  • 1.  HTTPS only accesses by adding port

    Posted Aug 03, 2017 09:50 AM

    Dear Friends,

     

    After setting to enable HTTPS.

    To access my application on https, I'm required to add the port at the end of the url. When I do not add the port the application does not enter.

    Example: https://meusite.gov.br:8043

    The right would be: https://meusite.gov.br

     

     

    Att



  • 2.  Re: HTTPS only accesses by adding port

    Broadcom Employee
    Posted Aug 03, 2017 09:58 AM

    Hi  Ferreira, You should ideally edit the HTTPs Entry URL via the CSA.  If not done already, you might want to see how the  application entry URL is configured currently. i.e. with port or without. 



  • 3.  Re: HTTPS only accesses by adding port

    Posted Aug 03, 2017 10:15 AM

    SANISH JOHN,


    My url is already without a port

     

    Configuração CSA:

     

    port https:8043

    URL de entrada HTTPS:   https://meusite.gov.br

     

    My app is only accessed by adding the port. It is not correct

     

     

    att

     

     



  • 4.  Re: HTTPS only accesses by adding port
    Best Answer

    Broadcom Employee
    Posted Aug 03, 2017 10:28 AM

    Specifying a port in a URL is always necessary unless it is the default port (i.e.: port 80 for HTTP, or port 443 for HTTPS).

    If your app service has been configured to use HTTPS and port 8043 (a typical HTTPS port as it does not require higher OS privileges, unlike ports 1024 or below), it will always be necessary to specify it in the URL.



  • 5.  Re: HTTPS only accesses by adding port

    Posted Aug 03, 2017 10:55 AM


    Marc Buigues,

     

    Thank you very much, this really worked.

    Helped me a lot

     

    att

     

    Ferreira.



  • 6.  Re: HTTPS only accesses by adding port

    Broadcom Employee
    Posted Aug 03, 2017 10:51 AM

    You may also want to check your current CSA configuration against the following support KB article.

    TEC1871881

    It will be interesting to note how your SSL handling configuration is set currently.



  • 7.  Re: HTTPS only accesses by adding port

    Posted Aug 03, 2017 10:57 AM

    Sanish John,

    Thank you for your help.