Advertisement
Guest User

Erro - NodeJS - Service - alternando 200 e 502

a guest
Jul 22nd, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.60 KB | None | 0 0
  1.  
  2. / # curl -v spa-checkout-nodejs:3080
  3. *   Trying 10.100.226.228:3080...
  4. * Connected to spa-checkout-nodejs (10.100.226.228) port 3080 (#0)
  5. > GET / HTTP/1.1
  6. > Host: spa-checkout-nodejs:3080
  7. > User-Agent: curl/7.76.1
  8. > Accept: */*
  9. >
  10. * Mark bundle as not supporting multiuse
  11. < HTTP/1.1 200 OK
  12. < X-Powered-By: Express
  13. < Content-Type: text/html; charset=utf-8
  14. < Accept-Ranges: bytes
  15. < Content-Length: 643
  16. < ETag: W/"283-x5IW0ek9Fih7Kq9byUvbBZ2qu6k"
  17. < Vary: Accept-Encoding
  18. < Date: Fri, 22 Jul 2022 16:04:46 GMT
  19. < Connection: keep-alive
  20. < Keep-Alive: timeout=5
  21. <
  22. <!DOCTYPE html>
  23. <html lang="">
  24.   <head>
  25.     <meta charset="utf-8">
  26.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  27.     <meta name="viewport" content="width=device-width,initial-scale=1.0">
  28.     <link rel="icon" href="/favicon.ico">
  29.     <title>AppMax Checkout</title>
  30.   <script defer src="/js/chunk-vendors.js"></script><script defer src="/js/index.js"></script></head>
  31.   <body>
  32.     <noscript>
  33.       <strong>We're sorry but Checkout doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  34.     </noscript>
  35.     <div id="app"></div>
  36.     <!-- built files will be auto injected -->
  37.   </body>
  38. </html>
  39. * Connection #0 to host spa-checkout-nodejs left intact
  40. / #
  41. / #
  42. / #
  43. / #
  44. / #
  45. / # curl -v spa-checkout-nodejs:3080
  46. *   Trying 10.100.226.228:3080...
  47. * connect to 10.100.226.228 port 3080 failed: Connection refused
  48. * Failed to connect to spa-checkout-nodejs port 3080: Connection refused
  49. * Closing connection 0
  50. curl: (7) Failed to connect to spa-checkout-nodejs port 3080: Connection refused
  51. / #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement