Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS handshake timeout #16

Open
mhmdio opened this issue Nov 27, 2024 · 0 comments
Open

TLS handshake timeout #16

mhmdio opened this issue Nov 27, 2024 · 0 comments

Comments

@mhmdio
Copy link

mhmdio commented Nov 27, 2024

Error: failure to invoke API

error sending request: Delete "https://XXX-XXX.eu.goskope.com/api/v2/steering/apps/private/3378": net/http: TLS handshake timeout

when trying to update or delete private app resource as follows:

resource "ns_private_app" "my_privateapp" {
  app_name  = "xxx-xxx-demo-rdp-http"
  host      = azurerm_windows_virtual_machine.xxx.private_ip_address
  real_host = azurerm_windows_virtual_machine.xxx.private_ip_address

  clientless_access = false

  protocols = [
    {
      port = "3389"
      type = "tcp"
    },
    {
      port = "80"
      type = "tcp"
    },
  ]
  publishers = [
    {
      publisher_id   = "99"
      publisher_name = "xxx-Publisher1"
    },
  ]

  tags = [
    { tag_name = "mhmdio" },
    { tag_name = "xxx" },
  ]

  trust_self_signed_certs = false
  use_publisher_dns       = false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant