Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8039364

Wrong port in HTTPS connection warning

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 8, 8u5
    • deploy
    • b15
    • generic
    • generic

        This is not a regression

        When applet tries to connect to HTTPS site with expired certificate, it shows warning

        Website: https://site:80

        port 80 is for HTTP connections - warning should be changed to

        https://site:443

        or

        https://site

        (no port)

        UPDATE:
        After the fix we do not show port number on the dialog, because using SSLSession object we cannot properly determine port for all cases.



              vdrozdov Victor Drozdov (Inactive)
              aluht Anton Luht (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: