Skip to content

Redirect from powershellgallery.com to www.powershellgallery.com is down #280

@o-l-a-v

Description

@o-l-a-v

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

Redirect from powershellgallery.com to www.powershellgallery.com is down, which causes this to timeout for me:

Test-Connection -TargetName 'powershellgallery.com' -TcpPort 443 -IPv4 -Detailed -TimeoutSeconds 10

While this succeeds fast:

Test-Connection -TargetName 'www.powershellgallery.com' -TcpPort 443 -IPv4 -Detailed -TimeoutSeconds 10

Expected behavior

Same as with www.powershellgallery.com in following example.

PS > Test-Connection -TargetName 'www.powershellgallery.com' -TcpPort 443 -IPv4 -Detailed -TimeoutSeconds 10

   Target: www.powershellgallery.com

  Id Source           Address                      Port Latency Connected  Status
                                                           (ms)
  -- ------           -------                      ---- ------- ---------  ------
   1 <redacted>       13.107.246.53                 443      10 True       Success

PS >

Actual behavior

PS > Test-Connection -TargetName 'powershellgallery.com' -TcpPort 443 -IPv4 -Detailed -TimeoutSeconds 10

   Target: powershellgallery.com

  Id Source           Address                      Port Latency Connected  Status
                                                           (ms)
  -- ------           -------                      ---- ------- ---------  ------
   1 <redacted>       20.112.250.133                443       0 False      TimedOut

PS >

Error details

No response

Environment data

Not relevant

Version

Not relevant

Visuals

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions