Advertisement
moltra

traefik.log

Jun 2nd, 2023 (edited)
1,891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. time="2023-06-01T11:30:27-04:00" level=info msg="Traefik version 2.7.3 built on 2022-06-29T13:48:15Z"
  2. time="2023-06-01T11:30:27-04:00" level=debug msg="Static configuration loaded {\"global\":{\"checkNewVersion\":true,\"sendAnonymousUsage\":true},\"serversTransport\":{\"maxIdleConnsPerHost\":200},\"entryPoints\":{\"http\":{\"address\":\":80\",\"transport\":{\"lifeCycle\":{\"graceTimeOut\":\"10s\"},\"respondingTimeouts\":{\"idleTimeout\":\"3m0s\"}},\"forwardedHeaders\":{},\"http\":{},\"udp\":{\"timeout\":\"3s\"}},\"https\":{\"address\":\":443\",\"transport\":{\"lifeCycle\":{\"graceTimeOut\":\"10s\"},\"respondingTimeouts\":{\"idleTimeout\":\"3m0s\"}},\"forwardedHeaders\":{\"trustedIPs\":[\"173.245.48.0/20\",\"103.21.244.0/22\",\"103.22.200.0/22\",\"103.31.4.0/22\",\"141.101.64.0/18\",\"108.162.192.0/18\",\"190.93.240.0/20\",\"188.114.96.0/20\",\"197.234.240.0/22\",\"198.41.128.0/17\",\"162.158.0.0/15\",\"104.16.0.0/13\",\"104.24.0.0/14\",\"172.64.0.0/13\",\"131.0.72.0/22\",\"127.0.0.1/32\",\"10.0.0.0/8\",\"192.168.0.0/16\",\"172.16.0.0/12\"]},\"http\":{\"tls\":{\"options\":\"tls-opts@file\",\"certResolver\":\"dns-cloudflare\",\"domains\":[{\"main\":\"example.cyou\",\"sans\":[\"*.example.cyou\"]}]}},\"udp\":{\"timeout\":\"3s\"}},\"traefik\":{\"address\":\":8080\",\"transport\":{\"lifeCycle\":{\"graceTimeOut\":\"10s\"},\"respondingTimeouts\":{\"idleTimeout\":\"3m0s\"}},\"forwardedHeaders\":{},\"http\":{},\"udp\":{\"timeout\":\"3s\"}}},\"providers\":{\"providersThrottleDuration\":\"2s\",\"docker\":{\"watch\":true,\"endpoint\":\"unix:///var/run/docker.sock\",\"defaultRule\":\"Host(`{{ normalize .Name }}`)\",\"network\":\"t2_proxy\",\"swarmModeRefreshSeconds\":\"15s\"},\"file\":{\"directory\":\"/rules\",\"watch\":true}},\"api\":{\"dashboard\":true},\"log\":{\"level\":\"DEBUG\",\"filePath\":\"/logs/traefik.log\",\"format\":\"common\"},\"accessLog\":{\"filePath\":\"/logs/access.log\",\"format\":\"common\",\"filters\":{\"statusCodes\":[\"204-299\",\"400-499\",\"500-599\"]},\"fields\":{\"defaultMode\":\"keep\",\"headers\":{\"defaultMode\":\"drop\"}},\"bufferingSize\":100},\"certificatesResolvers\":{\"dns-cloudflare\":{\"acme\":{\"email\":\"smsjob@roadrunner.com\",\"caServer\":\"https://acme-v02.api.letsencrypt.org/directory\",\"storage\":\"/acme.json\",\"keyType\":\"RSA4096\",\"certificatesDuration\":2160,\"dnsChallenge\":{\"provider\":\"cloudflare\",\"delayBeforeCheck\":\"1m30s\",\"resolvers\":[\"1.1.1.1:53\",\"1.0.0.1:53\"]}}}},\"pilot\":{\"dashboard\":true}}"
  3. time="2023-06-01T11:30:27-04:00" level=info msg="Stats collection is enabled."
  4. time="2023-06-01T11:30:27-04:00" level=info msg="Many thanks for contributing to Traefik's improvement by allowing us to receive anonymous information from your configuration."
  5. time="2023-06-01T11:30:27-04:00" level=info msg="Help us improve Traefik by leaving this feature on :)"
  6. time="2023-06-01T11:30:27-04:00" level=info msg="More details on: https://doc.traefik.io/traefik/contributing/data-collection/"
  7. time="2023-06-01T11:30:27-04:00" level=info msg="Starting provider aggregator aggregator.ProviderAggregator"
  8. time="2023-06-01T11:30:27-04:00" level=debug msg="Starting TCP Server" entryPointName=https
  9. time="2023-06-01T11:30:27-04:00" level=debug msg="Starting TCP Server" entryPointName=traefik
  10. time="2023-06-01T11:30:27-04:00" level=debug msg="Starting TCP Server" entryPointName=http
  11. time="2023-06-01T11:30:27-04:00" level=info msg="Starting provider *file.Provider"
  12. time="2023-06-01T11:30:27-04:00" level=debug msg="*file.Provider provider configuration: {\"directory\":\"/rules\",\"watch\":true}"
  13. time="2023-06-01T11:30:27-04:00" level=info msg="Starting provider *traefik.Provider"
  14. time="2023-06-01T11:30:27-04:00" level=debug msg="*traefik.Provider provider configuration: {}"
  15. time="2023-06-01T11:30:27-04:00" level=debug msg="Configuration received: {\"http\":{\"services\":{\"api\":{},\"dashboard\":{},\"noop\":{}},\"models\":{\"https\":{\"tls\":{\"options\":\"tls-opts@file\",\"certResolver\":\"dns-cloudflare\",\"domains\":[{\"main\":\"example.cyou\",\"sans\":[\"*.example.cyou\"]}]}}},\"serversTransports\":{\"default\":{\"maxIdleConnsPerHost\":200}}},\"tcp\":{},\"udp\":{},\"tls\":{}}" providerName=internal
  16. time="2023-06-01T11:30:27-04:00" level=debug msg="No default certificate, generating one" tlsStoreName=default
  17. time="2023-06-01T11:30:27-04:00" level=info msg="Starting provider *docker.Provider"
  18. time="2023-06-01T11:30:27-04:00" level=debug msg="*docker.Provider provider configuration: {\"watch\":true,\"endpoint\":\"unix:///var/run/docker.sock\",\"defaultRule\":\"Host(`{{ normalize .Name }}`)\",\"network\":\"t2_proxy\",\"swarmModeRefreshSeconds\":\"15s\"}"
  19. time="2023-06-01T11:30:27-04:00" level=info msg="Starting provider *acme.ChallengeTLSALPN"
  20. time="2023-06-01T11:30:27-04:00" level=debug msg="*acme.ChallengeTLSALPN provider configuration: {}"
  21. time="2023-06-01T11:30:27-04:00" level=debug msg="Configuration received: {\"http\":{\"middlewares\":{\"chain-basic-auth\":{\"chain\":{\"middlewares\":[\"middlewares-rate-limit\",\"middlewares-https-redirectscheme\",\"middlewares-secure-headers\",\"middlewares-basic-auth\",\"middlewares-compress\"]}},\"chain-no-auth\":{\"chain\":{\"middlewares\":[\"middlewares-rate-limit\",\"middlewares-https-redirectscheme\",\"middlewares-secure-headers\",\"middlewares-compress\"]}},\"chain-oauth\":{\"chain\":{\"middlewares\":[\"middlewares-rate-limit\",\"middlewares-https-redirectscheme\",\"middlewares-secure-headers\",\"middlewares-oauth\",\"middlewares-compress\"]}},\"chain-oauth-external\":{\"chain\":{\"middlewares\":[\"middlewares-rate-limit\",\"middlewares-https-redirectscheme\",\"middlewares-secure-headers\",\"middlewares-oauth-external\"]}},\"middlewares-basic-auth\":{\"basicAuth\":{\"users\":[\"example:$apr1$o2cm5det$x5koj583xVkrUz0keqh3B0\"],\"usersFile\":\"/shared/.htpasswd\",\"realm\":\"Traefik 2 Basic Auth\"}},\"middlewares-buffering\":{\"buffering\":{\"maxRequestBodyBytes\":10485760,\"memRequestBodyBytes\":2097152,\"maxResponseBodyBytes\":2000000,\"memResponseBodyBytes\":2097152,\"retryExpression\":\"IsNetworkError() \\u0026\\u0026 Attempts() \\u003c= 2\"}},\"middlewares-compress\":{\"compress\":{}},\"middlewares-https-redirectscheme\":{\"redirectScheme\":{\"scheme\":\"https\",\"permanent\":true}},\"middlewares-rate-limit\":{\"rateLimit\":{\"average\":100,\"period\":\"1s\",\"burst\":50}},\"middlewares-secure-headers\":{\"headers\":{\"customResponseHeaders\":{\"X-Robots-Tag\":\"none,noarchive,nosnippet,notranslate,noimageindex,\",\"server\":\"\"},\"accessControlAllowMethods\":[\"GET\",\"OPTIONS\",\"PUT\"],\"accessControlMaxAge\":100,\"hostsProxyHeaders\":[\"X-Forwarded-Host\"],\"stsSeconds\":63072000,\"stsIncludeSubdomains\":true,\"stsPreload\":true,\"forceSTSHeader\":true,\"customFrameOptionsValue\":\"SAMEORIGIN\",\"contentTypeNosniff\":true,\"browserXssFilter\":true,\"referrerPolicy\":\"same-origin\",\"permissionsPolicy\":\"camera=(), microphone=(), geolocation=(), payment=(), usb=(), vr=()\"}}}},\"tcp\":{},\"udp\":{},\"tls\":{\"options\":{\"tls-opts\":{\"minVersion\":\"VersionTLS12\",\"cipherSuites\":[\"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305\",\"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305\",\"TLS_AES_128_GCM_SHA256\",\"TLS_AES_256_GCM_SHA384\",\"TLS_CHACHA20_POLY1305_SHA256\",\"TLS_FALLBACK_SCSV\"],\"curvePreferences\":[\"CurveP521\",\"CurveP384\"],\"clientAuth\":{},\"sniStrict\":true,\"alpnProtocols\":[\"h2\",\"http/1.1\",\"acme-tls/1\"]}}}}" providerName=file
  22. time="2023-06-01T11:30:27-04:00" level=info msg="Starting provider *acme.Provider"
  23. time="2023-06-01T11:30:27-04:00" level=debug msg="*acme.Provider provider configuration: {\"email\":\"smsjob@roadrunner.com\",\"caServer\":\"https://acme-v02.api.letsencrypt.org/directory\",\"storage\":\"/acme.json\",\"keyType\":\"RSA4096\",\"certificatesDuration\":2160,\"dnsChallenge\":{\"provider\":\"cloudflare\",\"delayBeforeCheck\":\"1m30s\",\"resolvers\":[\"1.1.1.1:53\",\"1.0.0.1:53\"]},\"ResolverName\":\"dns-cloudflare\",\"store\":{},\"TLSChallengeProvider\":{},\"HTTPChallengeProvider\":{}}"
  24. time="2023-06-01T11:30:27-04:00" level=debug msg="Attempt to renew certificates \"720h0m0s\" before expiry and check every \"24h0m0s\"" providerName=dns-cloudflare.acme ACME CA="https://acme-v02.api.letsencrypt.org/directory"
  25. time="2023-06-01T11:30:27-04:00" level=info msg="Testing certificate renew..." providerName=dns-cloudflare.acme ACME CA="https://acme-v02.api.letsencrypt.org/directory"
  26. time="2023-06-01T11:30:27-04:00" level=debug msg="Configuration received: {\"http\":{},\"tcp\":{},\"udp\":{},\"tls\":{}}" providerName=dns-cloudflare.acme
  27. time="2023-06-01T11:30:27-04:00" level=debug msg="Provider connection established with docker 24.0.2 (API 1.43)" providerName=docker
  28. time="2023-06-01T11:30:27-04:00" level=debug msg="Configuration received: {\"http\":{\"routers\":{\"dozzle-rtr\":{\"entryPoints\":[\"https\"],\"middlewares\":[\"chain-basic-auth@file\"],\"service\":\"dozzle-svc\",\"rule\":\"Host(`dozzle.example.cyou`)\"},\"http-catchall\":{\"entryPoints\":[\"http\"],\"middlewares\":[\"redirect-to-https\"],\"service\":\"traefik-docker\",\"rule\":\"HostRegexp(`{host:.+}`)\"},\"portainer-rtr\":{\"entryPoints\":[\"https\"],\"middlewares\":[\"chain-basic-auth@file\"],\"service\":\"portainer-svc\",\"rule\":\"Host(`portainer.example.cyou`)\"},\"traefik-rtr\":{\"entryPoints\":[\"https\"],\"middlewares\":[\"middlewares-rate-limit@file\",\"middlewares-https-redirectscheme@file\",\"middlewares-secure-headers@file\",\"middlewares-basic-auth@file\",\"middlewares-compress@file\"],\"service\":\"api@internal\",\"rule\":\"Host(`traefik.example.cyou`)\",\"tls\":{\"domains\":[{\"main\":\"example.cyou\",\"sans\":[\"*.example.cyou\"]}]}}},\"services\":{\"dozzle-svc\":{\"loadBalancer\":{\"servers\":[{\"url\":\"http://192.168.90.3:8080\"}],\"passHostHeader\":true}},\"portainer-svc\":{\"loadBalancer\":{\"servers\":[{\"url\":\"http://192.168.90.4:9000\"}],\"passHostHeader\":true}},\"traefik-docker\":{\"loadBalancer\":{\"servers\":[{\"url\":\"http://192.168.90.2:80\"}],\"passHostHeader\":true}}},\"middlewares\":{\"redirect-to-https\":{\"redirectScheme\":{\"scheme\":\"https\"}}}},\"tcp\":{},\"udp\":{}}" providerName=docker
  29. time="2023-06-01T11:30:27-04:00" level=debug msg="No default certificate, generating one" tlsStoreName=default
  30. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding certificate for domain(s) example.cyou,*.example.cyou"
  31. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" routerName=http-catchall@docker middlewareName=pipelining middlewareType=Pipelining serviceName=traefik-docker entryPointName=http
  32. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating load-balancer" routerName=http-catchall@docker serviceName=traefik-docker entryPointName=http
  33. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating server 0 http://192.168.90.2:80" serverName=0 entryPointName=http routerName=http-catchall@docker serviceName=traefik-docker
  34. time="2023-06-01T11:30:27-04:00" level=debug msg="child http://192.168.90.2:80 now UP"
  35. time="2023-06-01T11:30:27-04:00" level=debug msg="Propagating new UP status"
  36. time="2023-06-01T11:30:27-04:00" level=debug msg="Added outgoing tracing middleware traefik-docker" middlewareName=tracing middlewareType=TracingForwarder entryPointName=http routerName=http-catchall@docker
  37. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareName=redirect-to-https@docker middlewareType=RedirectScheme entryPointName=http routerName=http-catchall@docker
  38. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up redirection to https " middlewareType=RedirectScheme entryPointName=http routerName=http-catchall@docker middlewareName=redirect-to-https@docker
  39. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" entryPointName=http middlewareName=redirect-to-https@docker routerName=http-catchall@docker
  40. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" entryPointName=http middlewareType=Recovery middlewareName=traefik-internal-recovery
  41. time="2023-06-01T11:30:27-04:00" level=debug msg="Added outgoing tracing middleware api@internal" middlewareType=TracingForwarder routerName=traefik-rtr@docker entryPointName=https middlewareName=tracing
  42. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareName=middlewares-compress@file middlewareType=Compress entryPointName=https routerName=traefik-rtr@docker
  43. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" routerName=traefik-rtr@docker entryPointName=https middlewareName=middlewares-compress@file
  44. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth entryPointName=https routerName=traefik-rtr@docker
  45. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" entryPointName=https routerName=traefik-rtr@docker middlewareName=middlewares-basic-auth@file
  46. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" routerName=traefik-rtr@docker entryPointName=https middlewareName=middlewares-secure-headers@file middlewareType=Headers
  47. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up secureHeaders from {map[] map[X-Robots-Tag:none,noarchive,nosnippet,notranslate,noimageindex, server:] false [] [GET OPTIONS PUT] [] [] [] 100 false [] [X-Forwarded-Host] false false  map[] false 63072000 true true true false SAMEORIGIN true true    same-origin  camera=(), microphone=(), geolocation=(), payment=(), usb=(), vr=() false}" entryPointName=https middlewareName=middlewares-secure-headers@file middlewareType=Headers routerName=traefik-rtr@docker
  48. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up customHeaders/Cors from {map[] map[X-Robots-Tag:none,noarchive,nosnippet,notranslate,noimageindex, server:] false [] [GET OPTIONS PUT] [] [] [] 100 false [] [X-Forwarded-Host] false false  map[] false 63072000 true true true false SAMEORIGIN true true    same-origin  camera=(), microphone=(), geolocation=(), payment=(), usb=(), vr=() false}" routerName=traefik-rtr@docker entryPointName=https middlewareName=middlewares-secure-headers@file middlewareType=Headers
  49. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" entryPointName=https routerName=traefik-rtr@docker middlewareName=middlewares-secure-headers@file
  50. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" routerName=traefik-rtr@docker middlewareName=middlewares-https-redirectscheme@file middlewareType=RedirectScheme entryPointName=https
  51. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up redirection to https " entryPointName=https routerName=traefik-rtr@docker middlewareName=middlewares-https-redirectscheme@file middlewareType=RedirectScheme
  52. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" middlewareName=middlewares-https-redirectscheme@file entryPointName=https routerName=traefik-rtr@docker
  53. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareName=middlewares-rate-limit@file middlewareType=RateLimiterType entryPointName=https routerName=traefik-rtr@docker
  54. time="2023-06-01T11:30:27-04:00" level=debug msg="Using IPStrategy" entryPointName=https routerName=traefik-rtr@docker middlewareName=middlewares-rate-limit@file middlewareType=RateLimiterType
  55. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" middlewareName=middlewares-rate-limit@file routerName=traefik-rtr@docker entryPointName=https
  56. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" serviceName=dozzle-svc middlewareName=pipelining middlewareType=Pipelining entryPointName=https routerName=dozzle-rtr@docker
  57. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating load-balancer" entryPointName=https routerName=dozzle-rtr@docker serviceName=dozzle-svc
  58. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating server 0 http://192.168.90.3:8080" serverName=0 serviceName=dozzle-svc entryPointName=https routerName=dozzle-rtr@docker
  59. time="2023-06-01T11:30:27-04:00" level=debug msg="child http://192.168.90.3:8080 now UP"
  60. time="2023-06-01T11:30:27-04:00" level=debug msg="Propagating new UP status"
  61. time="2023-06-01T11:30:27-04:00" level=debug msg="Added outgoing tracing middleware dozzle-svc" entryPointName=https routerName=dozzle-rtr@docker middlewareName=tracing middlewareType=TracingForwarder
  62. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" routerName=dozzle-rtr@docker middlewareType=Chain middlewareName=chain-basic-auth@file entryPointName=https
  63. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareName=middlewares-compress@file middlewareType=Compress routerName=dozzle-rtr@docker entryPointName=https
  64. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" middlewareName=middlewares-compress@file entryPointName=https routerName=dozzle-rtr@docker
  65. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" routerName=dozzle-rtr@docker middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth entryPointName=https
  66. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" routerName=dozzle-rtr@docker middlewareName=middlewares-basic-auth@file entryPointName=https
  67. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareType=Headers entryPointName=https routerName=dozzle-rtr@docker middlewareName=middlewares-secure-headers@file
  68. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up secureHeaders from {map[] map[X-Robots-Tag:none,noarchive,nosnippet,notranslate,noimageindex, server:] false [] [GET OPTIONS PUT] [] [] [] 100 false [] [X-Forwarded-Host] false false  map[] false 63072000 true true true false SAMEORIGIN true true    same-origin  camera=(), microphone=(), geolocation=(), payment=(), usb=(), vr=() false}" routerName=dozzle-rtr@docker middlewareName=middlewares-secure-headers@file middlewareType=Headers entryPointName=https
  69. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up customHeaders/Cors from {map[] map[X-Robots-Tag:none,noarchive,nosnippet,notranslate,noimageindex, server:] false [] [GET OPTIONS PUT] [] [] [] 100 false [] [X-Forwarded-Host] false false  map[] false 63072000 true true true false SAMEORIGIN true true    same-origin  camera=(), microphone=(), geolocation=(), payment=(), usb=(), vr=() false}" routerName=dozzle-rtr@docker middlewareName=middlewares-secure-headers@file middlewareType=Headers entryPointName=https
  70. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" routerName=dozzle-rtr@docker middlewareName=middlewares-secure-headers@file entryPointName=https
  71. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareName=middlewares-https-redirectscheme@file middlewareType=RedirectScheme entryPointName=https routerName=dozzle-rtr@docker
  72. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up redirection to https " middlewareType=RedirectScheme entryPointName=https routerName=dozzle-rtr@docker middlewareName=middlewares-https-redirectscheme@file
  73. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" entryPointName=https routerName=dozzle-rtr@docker middlewareName=middlewares-https-redirectscheme@file
  74. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" routerName=dozzle-rtr@docker entryPointName=https middlewareName=middlewares-rate-limit@file middlewareType=RateLimiterType
  75. time="2023-06-01T11:30:27-04:00" level=debug msg="Using IPStrategy" routerName=dozzle-rtr@docker entryPointName=https middlewareName=middlewares-rate-limit@file middlewareType=RateLimiterType
  76. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" entryPointName=https routerName=dozzle-rtr@docker middlewareName=middlewares-rate-limit@file
  77. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" routerName=portainer-rtr@docker entryPointName=https serviceName=portainer-svc middlewareName=pipelining middlewareType=Pipelining
  78. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating load-balancer" entryPointName=https serviceName=portainer-svc routerName=portainer-rtr@docker
  79. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating server 0 http://192.168.90.4:9000" serverName=0 entryPointName=https serviceName=portainer-svc routerName=portainer-rtr@docker
  80. time="2023-06-01T11:30:27-04:00" level=debug msg="child http://192.168.90.4:9000 now UP"
  81. time="2023-06-01T11:30:27-04:00" level=debug msg="Propagating new UP status"
  82. time="2023-06-01T11:30:27-04:00" level=debug msg="Added outgoing tracing middleware portainer-svc" routerName=portainer-rtr@docker middlewareName=tracing middlewareType=TracingForwarder entryPointName=https
  83. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" entryPointName=https routerName=portainer-rtr@docker middlewareName=chain-basic-auth@file middlewareType=Chain
  84. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareName=middlewares-compress@file entryPointName=https routerName=portainer-rtr@docker middlewareType=Compress
  85. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" routerName=portainer-rtr@docker middlewareName=middlewares-compress@file entryPointName=https
  86. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareName=middlewares-basic-auth@file entryPointName=https routerName=portainer-rtr@docker middlewareType=BasicAuth
  87. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" entryPointName=https routerName=portainer-rtr@docker middlewareName=middlewares-basic-auth@file
  88. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" routerName=portainer-rtr@docker entryPointName=https middlewareName=middlewares-secure-headers@file middlewareType=Headers
  89. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up secureHeaders from {map[] map[X-Robots-Tag:none,noarchive,nosnippet,notranslate,noimageindex, server:] false [] [GET OPTIONS PUT] [] [] [] 100 false [] [X-Forwarded-Host] false false  map[] false 63072000 true true true false SAMEORIGIN true true    same-origin  camera=(), microphone=(), geolocation=(), payment=(), usb=(), vr=() false}" entryPointName=https middlewareName=middlewares-secure-headers@file middlewareType=Headers routerName=portainer-rtr@docker
  90. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up customHeaders/Cors from {map[] map[X-Robots-Tag:none,noarchive,nosnippet,notranslate,noimageindex, server:] false [] [GET OPTIONS PUT] [] [] [] 100 false [] [X-Forwarded-Host] false false  map[] false 63072000 true true true false SAMEORIGIN true true    same-origin  camera=(), microphone=(), geolocation=(), payment=(), usb=(), vr=() false}" middlewareName=middlewares-secure-headers@file middlewareType=Headers routerName=portainer-rtr@docker entryPointName=https
  91. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" middlewareName=middlewares-secure-headers@file routerName=portainer-rtr@docker entryPointName=https
  92. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareType=RedirectScheme middlewareName=middlewares-https-redirectscheme@file entryPointName=https routerName=portainer-rtr@docker
  93. time="2023-06-01T11:30:27-04:00" level=debug msg="Setting up redirection to https " middlewareName=middlewares-https-redirectscheme@file entryPointName=https routerName=portainer-rtr@docker middlewareType=RedirectScheme
  94. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" middlewareName=middlewares-https-redirectscheme@file entryPointName=https routerName=portainer-rtr@docker
  95. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" routerName=portainer-rtr@docker entryPointName=https middlewareName=middlewares-rate-limit@file middlewareType=RateLimiterType
  96. time="2023-06-01T11:30:27-04:00" level=debug msg="Using IPStrategy" middlewareName=middlewares-rate-limit@file middlewareType=RateLimiterType routerName=portainer-rtr@docker entryPointName=https
  97. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding tracing to middleware" middlewareName=middlewares-rate-limit@file entryPointName=https routerName=portainer-rtr@docker
  98. time="2023-06-01T11:30:27-04:00" level=debug msg="Creating middleware" middlewareName=traefik-internal-recovery middlewareType=Recovery entryPointName=https
  99. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding route for traefik.example.cyou with TLS options default" entryPointName=https
  100. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding route for dozzle.example.cyou with TLS options tls-opts@file" entryPointName=https
  101. time="2023-06-01T11:30:27-04:00" level=debug msg="Adding route for portainer.example.cyou with TLS options tls-opts@file" entryPointName=https
  102. time="2023-06-01T11:30:27-04:00" level=debug msg="Looking for provided certificate(s) to validate [\"example.cyou\" \"*.example.cyou\"]..." providerName=dns-cloudflare.acme ACME CA="https://acme-v02.api.letsencrypt.org/directory"
  103. time="2023-06-01T11:30:27-04:00" level=debug msg="No ACME certificate generation required for domains [\"example.cyou\" \"*.example.cyou\"]." ACME CA="https://acme-v02.api.letsencrypt.org/directory" providerName=dns-cloudflare.acme
  104. time="2023-06-01T11:30:27-04:00" level=debug msg="Looking for provided certificate(s) to validate [\"example.cyou\" \"*.example.cyou\"]..." providerName=dns-cloudflare.acme ACME CA="https://acme-v02.api.letsencrypt.org/directory"
  105. time="2023-06-01T11:30:27-04:00" level=debug msg="No ACME certificate generation required for domains [\"example.cyou\" \"*.example.cyou\"]." providerName=dns-cloudflare.acme ACME CA="https://acme-v02.api.letsencrypt.org/directory"
  106. time="2023-06-01T11:37:38-04:00" level=debug msg="Authentication failed" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  107. time="2023-06-01T11:37:47-04:00" level=debug msg="Authentication succeeded" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  108. time="2023-06-01T11:37:47-04:00" level=debug msg="mime: no media type" middlewareType=Compress middlewareName=middlewares-compress@file
  109. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"max-age=0\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"document\"],\"Sec-Fetch-Mode\":[\"navigate\"],\"Sec-Fetch-Site\":[\"none\"],\"Sec-Fetch-User\":[\"?1\"],\"Upgrade-Insecure-Requests\":[\"1\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/\",\"TLS\":null}"
  110. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"max-age=0\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"document\"],\"Sec-Fetch-Mode\":[\"navigate\"],\"Sec-Fetch-Site\":[\"none\"],\"Sec-Fetch-User\":[\"?1\"],\"Upgrade-Insecure-Requests\":[\"1\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  111. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"max-age=0\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"document\"],\"Sec-Fetch-Mode\":[\"navigate\"],\"Sec-Fetch-Site\":[\"none\"],\"Sec-Fetch-User\":[\"?1\"],\"Upgrade-Insecure-Requests\":[\"1\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/\",\"TLS\":null}"
  112. time="2023-06-01T11:37:47-04:00" level=debug msg="Authentication succeeded" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  113. time="2023-06-01T11:37:47-04:00" level=debug msg="mime: no media type" middlewareName=middlewares-compress@file middlewareType=Compress
  114. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/runtime.05cf3ffd819490317225.js\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"script\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/runtime.05cf3ffd819490317225.js\",\"TLS\":null}"
  115. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/runtime.05cf3ffd819490317225.js\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"script\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/runtime.05cf3ffd819490317225.js\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  116. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/runtime.05cf3ffd819490317225.js\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"script\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/runtime.05cf3ffd819490317225.js\",\"TLS\":null}"
  117. time="2023-06-01T11:37:47-04:00" level=debug msg="Authentication succeeded" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  118. time="2023-06-01T11:37:47-04:00" level=debug msg="mime: no media type" middlewareType=Compress middlewareName=middlewares-compress@file
  119. time="2023-06-01T11:37:47-04:00" level=debug msg="Authentication succeeded" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  120. time="2023-06-01T11:37:47-04:00" level=debug msg="mime: no media type" middlewareName=middlewares-compress@file middlewareType=Compress
  121. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/vendor.39e6b2edad23fe7175d5.js\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"script\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/vendor.39e6b2edad23fe7175d5.js\",\"TLS\":null}"
  122. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/vendor.9274ec3c83bc8f7ac70d.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"style\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/vendor.9274ec3c83bc8f7ac70d.css\",\"TLS\":null}"
  123. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" ForwardURL="http://192.168.90.4:9000" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/vendor.39e6b2edad23fe7175d5.js\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"script\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/vendor.39e6b2edad23fe7175d5.js\",\"TLS\":null}"
  124. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/vendor.9274ec3c83bc8f7ac70d.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"style\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/vendor.9274ec3c83bc8f7ac70d.css\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  125. time="2023-06-01T11:37:47-04:00" level=debug msg="Authentication succeeded" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  126. time="2023-06-01T11:37:47-04:00" level=debug msg="mime: no media type" middlewareName=middlewares-compress@file middlewareType=Compress
  127. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/main.9074a8413f60ca85d0aa.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"style\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/main.9074a8413f60ca85d0aa.css\",\"TLS\":null}"
  128. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/main.9074a8413f60ca85d0aa.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"style\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/main.9074a8413f60ca85d0aa.css\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  129. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/vendor.9274ec3c83bc8f7ac70d.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"style\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/vendor.9274ec3c83bc8f7ac70d.css\",\"TLS\":null}"
  130. time="2023-06-01T11:37:47-04:00" level=debug msg="Authentication succeeded" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  131. time="2023-06-01T11:37:47-04:00" level=debug msg="mime: no media type" middlewareName=middlewares-compress@file middlewareType=Compress
  132. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/main.fd741ef60f030b2922d8.js\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"script\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/main.fd741ef60f030b2922d8.js\",\"TLS\":null}"
  133. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/main.fd741ef60f030b2922d8.js\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"script\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/main.fd741ef60f030b2922d8.js\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  134. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/main.9074a8413f60ca85d0aa.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"style\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/main.9074a8413f60ca85d0aa.css\",\"TLS\":null}"
  135. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/main.fd741ef60f030b2922d8.js\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"script\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/main.fd741ef60f030b2922d8.js\",\"TLS\":null}"
  136. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/vendor.39e6b2edad23fe7175d5.js\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"script\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/vendor.39e6b2edad23fe7175d5.js\",\"TLS\":null}"
  137. time="2023-06-01T11:37:47-04:00" level=debug msg="Authentication succeeded" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  138. time="2023-06-01T11:37:47-04:00" level=debug msg="mime: no media type" middlewareType=Compress middlewareName=middlewares-compress@file
  139. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/locales/en-US/translation.json\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/locales/en-US/translation.json\",\"TLS\":null}"
  140. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" ForwardURL="http://192.168.90.4:9000" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/locales/en-US/translation.json\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/locales/en-US/translation.json\",\"TLS\":null}"
  141. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/locales/en-US/translation.json\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/locales/en-US/translation.json\",\"TLS\":null}"
  142. time="2023-06-01T11:37:47-04:00" level=debug msg="Authentication succeeded" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  143. time="2023-06-01T11:37:47-04:00" level=debug msg="mime: no media type" middlewareName=middlewares-compress@file middlewareType=Compress
  144. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/locales/en/translation.json\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/locales/en/translation.json\",\"TLS\":null}"
  145. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" ForwardURL="http://192.168.90.4:9000" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/locales/en/translation.json\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/locales/en/translation.json\",\"TLS\":null}"
  146. time="2023-06-01T11:37:47-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/locales/en/translation.json\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"*/*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/locales/en/translation.json\",\"TLS\":null}"
  147. time="2023-06-01T11:37:48-04:00" level=debug msg="Authentication succeeded" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  148. time="2023-06-01T11:37:48-04:00" level=debug msg="mime: no media type" middlewareType=Compress middlewareName=middlewares-compress@file
  149. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/system/status\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/system/status\",\"TLS\":null}"
  150. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/system/status\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/system/status\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  151. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/system/status\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/system/status\",\"TLS\":null}"
  152. time="2023-06-01T11:37:48-04:00" level=debug msg="Authentication succeeded" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  153. time="2023-06-01T11:37:48-04:00" level=debug msg="mime: no media type" middlewareType=Compress middlewareName=middlewares-compress@file
  154. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/settings/public\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"no-cache\"],\"If-Modified-Since\":[\"Mon, 26 Jul 1997 05:00:00 GMT\"],\"Pragma\":[\"no-cache\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/settings/public\",\"TLS\":null}"
  155. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" ForwardURL="http://192.168.90.4:9000" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/settings/public\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"no-cache\"],\"If-Modified-Since\":[\"Mon, 26 Jul 1997 05:00:00 GMT\"],\"Pragma\":[\"no-cache\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/settings/public\",\"TLS\":null}"
  156. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/settings/public\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"no-cache\"],\"If-Modified-Since\":[\"Mon, 26 Jul 1997 05:00:00 GMT\"],\"Pragma\":[\"no-cache\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/settings/public\",\"TLS\":null}"
  157. time="2023-06-01T11:37:48-04:00" level=debug msg="Authentication succeeded" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  158. time="2023-06-01T11:37:48-04:00" level=debug msg="mime: no media type" middlewareName=middlewares-compress@file middlewareType=Compress
  159. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/settings/public\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"no-cache\"],\"If-Modified-Since\":[\"Mon, 26 Jul 1997 05:00:00 GMT\"],\"Pragma\":[\"no-cache\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/settings/public\",\"TLS\":null}"
  160. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/settings/public\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"no-cache\"],\"If-Modified-Since\":[\"Mon, 26 Jul 1997 05:00:00 GMT\"],\"Pragma\":[\"no-cache\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/settings/public\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  161. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/settings/public\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"no-cache\"],\"If-Modified-Since\":[\"Mon, 26 Jul 1997 05:00:00 GMT\"],\"Pragma\":[\"no-cache\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/settings/public\",\"TLS\":null}"
  162. time="2023-06-01T11:37:48-04:00" level=debug msg="Authentication succeeded" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  163. time="2023-06-01T11:37:48-04:00" level=debug msg="mime: no media type" middlewareName=middlewares-compress@file middlewareType=Compress
  164. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/2dcfc527d067d4ae3424.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"image\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/2dcfc527d067d4ae3424.png\",\"TLS\":null}"
  165. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/2dcfc527d067d4ae3424.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"image\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/2dcfc527d067d4ae3424.png\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  166. time="2023-06-01T11:37:48-04:00" level=debug msg="Authentication succeeded" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  167. time="2023-06-01T11:37:48-04:00" level=debug msg="mime: no media type" middlewareName=middlewares-compress@file middlewareType=Compress
  168. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/users/admin/check\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"no-cache\"],\"If-Modified-Since\":[\"Mon, 26 Jul 1997 05:00:00 GMT\"],\"Pragma\":[\"no-cache\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/users/admin/check\",\"TLS\":null}"
  169. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/users/admin/check\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"no-cache\"],\"If-Modified-Since\":[\"Mon, 26 Jul 1997 05:00:00 GMT\"],\"Pragma\":[\"no-cache\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/users/admin/check\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  170. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/2dcfc527d067d4ae3424.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"image\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/2dcfc527d067d4ae3424.png\",\"TLS\":null}"
  171. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/users/admin/check\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"no-cache\"],\"If-Modified-Since\":[\"Mon, 26 Jul 1997 05:00:00 GMT\"],\"Pragma\":[\"no-cache\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/users/admin/check\",\"TLS\":null}"
  172. time="2023-06-01T11:37:48-04:00" level=debug msg="Authentication succeeded" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  173. time="2023-06-01T11:37:48-04:00" level=debug msg="mime: no media type" middlewareType=Compress middlewareName=middlewares-compress@file
  174. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/112a479c093f4729251d.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"image\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/112a479c093f4729251d.png\",\"TLS\":null}"
  175. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/112a479c093f4729251d.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"image\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/112a479c093f4729251d.png\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  176. time="2023-06-01T11:37:48-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/112a479c093f4729251d.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"image\"],\"Sec-Fetch-Mode\":[\"no-cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/112a479c093f4729251d.png\",\"TLS\":null}"
  177. time="2023-06-01T11:37:59-04:00" level=debug msg="Authentication succeeded" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  178. time="2023-06-01T11:37:59-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"POST\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/auth\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Content-Length\":[\"49\"],\"Content-Type\":[\"application/json\"],\"Origin\":[\"https://portainer.example.cyou\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":49,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/auth\",\"TLS\":null}"
  179. time="2023-06-01T11:37:59-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"POST\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/auth\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Content-Length\":[\"49\"],\"Content-Type\":[\"application/json\"],\"Origin\":[\"https://portainer.example.cyou\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":49,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/auth\",\"TLS\":null}" ForwardURL="http://192.168.90.4:9000"
  180. time="2023-06-01T11:37:59-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"POST\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/api/auth\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"application/json, text/plain, */*\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Content-Length\":[\"49\"],\"Content-Type\":[\"application/json\"],\"Origin\":[\"https://portainer.example.cyou\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"empty\"],\"Sec-Fetch-Mode\":[\"cors\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":49,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/api/auth\",\"TLS\":null}"
  181. time="2023-06-01T11:37:59-04:00" level=debug msg="Authentication failed" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  182. time="2023-06-01T11:38:10-04:00" level=debug msg="Authentication failed" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  183. time="2023-06-01T11:38:18-04:00" level=debug msg="Authentication failed" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  184. time="2023-06-01T11:38:18-04:00" level=debug msg="Authentication failed" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  185. time="2023-06-01T11:38:20-04:00" level=debug msg="Authentication failed" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  186. time="2023-06-01T11:38:20-04:00" level=debug msg="Authentication failed" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  187. time="2023-06-01T11:38:20-04:00" level=debug msg="Authentication succeeded" middlewareType=BasicAuth middlewareName=middlewares-basic-auth@file
  188. time="2023-06-01T11:38:20-04:00" level=debug msg="mime: no media type" middlewareName=middlewares-compress@file middlewareType=Compress
  189. time="2023-06-01T11:38:20-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"max-age=0\"],\"Cookie\":[\"_pk_id.2.fba7=55f0f1791806ea60.1685633900.; _pk_ses.2.fba7=1\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"document\"],\"Sec-Fetch-Mode\":[\"navigate\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"Sec-Fetch-User\":[\"?1\"],\"Upgrade-Insecure-Requests\":[\"1\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/\",\"TLS\":null}"
  190. time="2023-06-01T11:38:20-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" ForwardURL="http://192.168.90.4:9000" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"max-age=0\"],\"Cookie\":[\"_pk_id.2.fba7=55f0f1791806ea60.1685633900.; _pk_ses.2.fba7=1\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"document\"],\"Sec-Fetch-Mode\":[\"navigate\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"Sec-Fetch-User\":[\"?1\"],\"Upgrade-Insecure-Requests\":[\"1\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/\",\"TLS\":null}"
  191. time="2023-06-01T11:38:20-04:00" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"https\",\"Opaque\":\"\",\"User\":{},\"Host\":\"portainer.example.cyou\",\"Path\":\"/\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\",\"RawFragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7\"],\"Accept-Encoding\":[\"gzip, deflate, br\"],\"Accept-Language\":[\"en-US,en;q=0.9\"],\"Authorization\":[\"Basic bW9sdHJhOlNDUlBOMzg2dHJzODkh\"],\"Cache-Control\":[\"max-age=0\"],\"Cookie\":[\"_pk_id.2.fba7=55f0f1791806ea60.1685633900.; _pk_ses.2.fba7=1\"],\"Referer\":[\"https://portainer.example.cyou/\"],\"Sec-Ch-Ua\":[\"\\\"Google Chrome\\\";v=\\\"113\\\", \\\"Chromium\\\";v=\\\"113\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\"\"],\"Sec-Ch-Ua-Mobile\":[\"?0\"],\"Sec-Ch-Ua-Platform\":[\"\\\"Linux\\\"\"],\"Sec-Fetch-Dest\":[\"document\"],\"Sec-Fetch-Mode\":[\"navigate\"],\"Sec-Fetch-Site\":[\"same-origin\"],\"Sec-Fetch-User\":[\"?1\"],\"Upgrade-Insecure-Requests\":[\"1\"],\"User-Agent\":[\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\"],\"X-Forwarded-Host\":[\"portainer.example.cyou\"],\"X-Forwarded-Port\":[\"443\"],\"X-Forwarded-Proto\":[\"https\"],\"X-Forwarded-Server\":[\"5f268a63da61\"],\"X-Real-Ip\":[\"24.33.198.139\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"portainer.example.cyou\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"24.33.198.139:57888\",\"RequestURI\":\"/\",\"TLS\":null}"
  192. time="2023-06-01T11:38:20-04:00" level=debug msg="Authentication failed" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  193. time="2023-06-01T11:38:21-04:00" level=debug msg="Authentication failed" middlewareName=middlewares-basic-auth@file middlewareType=BasicAuth
  194.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement