Advertisement
Guest User

Untitled

a guest
May 11th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ~ # cat /opt/docker/secrets/traefik.toml
  2. [marathon]
  3. domain = "traefik.mydomain.net"
  4. endpoint = "https://marathon-poc-cse-dc2.mydomain.net:8555"
  5. watch = true
  6. [marathon.Basic]
  7. HTTPBasicAuthUser = "user"
  8. HTTPBasicPassword = "password"
  9. [marathon.TLS]
  10. InsecureSkipVerify = true
  11.  
  12. ~ # ./traefik -c /opt/docker/secrets/traefik.toml --web --logLevel=DEBUG
  13. DEBU[2016-05-12T04:23:42Z] Global configuration loaded                  
  14. INFO[2016-05-12T04:23:42Z] Preparing server http &{Network: Address::80 TLS:<nil> Redirect:<nil>}
  15. INFO[2016-05-12T04:23:42Z] Starting provider *provider.Marathon        
  16. INFO[2016-05-12T04:23:42Z] Starting provider *main.WebProvider {"Address":":8080","CertFile":"","KeyFile":"","ReadOnly":false}
  17. INFO[2016-05-12T04:23:42Z] Starting server on :80                      
  18. ERRO[2016-05-12T04:23:42Z] Failed to register for events, 401: <html>
  19. <head>
  20. <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  21. <title>Error 401 </title>
  22. </head>
  23. <body>
  24. <h2>HTTP ERROR: 401</h2>
  25. <p>Problem accessing /v2/events. Reason:
  26. <pre>    Unauthorized</pre></p>
  27. <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.z-SNAPSHOT</a><hr/>
  28. </body>
  29. </html>
  30.  
  31. ERRO[2016-05-12T04:23:42Z] Marathon connection error 401: <html>
  32. <head>
  33. <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  34. <title>Error 401 </title>
  35. </head>
  36. <body>
  37. <h2>HTTP ERROR: 401</h2>
  38. <p>Problem accessing /v2/events. Reason:
  39. <pre>    Unauthorized</pre></p>
  40. <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.z-SNAPSHOT</a><hr/>
  41. </body>
  42. </html>
  43. , retrying in 582.280027ms
  44. ERRO[2016-05-12T04:23:43Z] Failed to register for events, 401: <html>
  45. <head>
  46. <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  47. <title>Error 401 </title>
  48. </head>
  49. <body>
  50. <h2>HTTP ERROR: 401</h2>
  51. <p>Problem accessing /v2/events. Reason:
  52. <pre>    Unauthorized</pre></p>
  53. <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.z-SNAPSHOT</a><hr/>
  54. </body>
  55. </html>
  56.  
  57. ERRO[2016-05-12T04:23:43Z] Marathon connection error 401: <html>
  58. <head>
  59. <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
  60. <title>Error 401 </title>
  61. </head>
  62. <body>
  63. <h2>HTTP ERROR: 401</h2>
  64. <p>Problem accessing /v2/events. Reason:
  65. <pre>    Unauthorized</pre></p>
  66. <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.z-SNAPSHOT</a><hr/>
  67. </body>
  68. </html>
  69. , retrying in 703.28564ms
  70. ^CINFO[2016-05-12T04:23:43Z] I have to go... interrupt                    
  71. INFO[2016-05-12T04:23:43Z] Stopping server                              
  72. INFO[2016-05-12T04:23:43Z] Server stopped                              
  73. INFO[2016-05-12T04:23:43Z] Shutting down                    
  74.  
  75. ~ # cat /opt/docker/secrets/traefik.toml
  76. [marathon]
  77. domain = "traefik.mydomain.net"
  78. endpoint = "https://marathon-poc-cse.service.dc2.consul.mydomain.net:8555"
  79. watch = true
  80. [marathon.Basic]
  81. HTTPBasicAuthUser = "user"
  82. HTTPBasicPassword = "password"
  83. [marathon.TLS]
  84. InsecureSkipVerify = true          
  85. ~ # ./traefik -c /opt/docker/secrets/traefik.toml --web --logLevel=DEBUG
  86. DEBU[2016-05-12T04:27:50Z] Global configuration loaded                  
  87. INFO[2016-05-12T04:27:50Z] Preparing server http &{Network: Address::80 TLS:<nil> Redirect:<nil>}
  88. INFO[2016-05-12T04:27:50Z] Starting provider *provider.Marathon        
  89. INFO[2016-05-12T04:27:50Z] Starting provider *main.WebProvider {"Address":":8080","CertFile":"","KeyFile":"","ReadOnly":false}
  90. INFO[2016-05-12T04:27:50Z] Starting server on :80                      
  91. ERRO[2016-05-12T04:27:50Z] Failed to register for events, Get https://marathon-poc-cse.service.dc2.consul.mydomain.net:8555/v2/events: x509: certificate is valid for *.mydomain.net, mydomain.net, not marathon-poc-cse.service.dc2.consul.mydomain.net
  92. ERRO[2016-05-12T04:27:50Z] Marathon connection error Get https://marathon-poc-cse.service.dc2.consul.mydomain.net:8555/v2/events: x509: certificate is valid for *.mydomain.net, mydomain.net, not marathon-poc-cse.service.dc2.consul.mydomain.net, retrying in 582.280027ms
  93. ERRO[2016-05-12T04:27:51Z] Failed to register for events, Get https://marathon-poc-cse.service.dc2.consul.mydomain.net:8555/v2/events: x509: certificate is valid for *.mydomain.net, mydomain.net, not marathon-poc-cse.service.dc2.consul.mydomain.net
  94. ERRO[2016-05-12T04:27:51Z] Marathon connection error Get https://marathon-poc-cse.service.dc2.consul.mydomain.net:8555/v2/events: x509: certificate is valid for *.mydomain.net, mydomain.net, not marathon-poc-cse.service.dc2.consul.mydomain.net, retrying in 890.117305ms
  95. ERRO[2016-05-12T04:27:52Z] Failed to register for events, Get https://marathon-poc-cse.service.dc2.consul.mydomain.net:8555/v2/events: x509: certificate is valid for *.mydomain.net, mydomain.net, not marathon-poc-cse.service.dc2.consul.mydomain.net
  96. ERRO[2016-05-12T04:27:52Z] Marathon connection error Get https://marathon-poc-cse.service.dc2.consul.mydomain.net:8555/v2/events: x509: certificate is valid for *.mydomain.net, mydomain.net, not marathon-poc-cse.service.dc2.consul.mydomain.net, retrying in 671.590708ms
  97. ERRO[2016-05-12T04:27:52Z] Failed to register for events, Get https://marathon-poc-cse.service.dc2.consul.mydomain.net:8555/v2/events: x509: certificate is valid for *.mydomain.net, mydomain.net, not marathon-poc-cse.service.dc2.consul.mydomain.net
  98. ERRO[2016-05-12T04:27:52Z] Marathon connection error Get https://marathon-poc-cse.service.dc2.consul.mydomain.net:8555/v2/events: x509: certificate is valid for *.mydomain.net, mydomain.net, not marathon-poc-cse.service.dc2.consul.mydomain.net, retrying in 2.216767434s
  99. ^CINFO[2016-05-12T04:27:53Z] I have to go... interrupt                    
  100. INFO[2016-05-12T04:27:53Z] Stopping server                              
  101. INFO[2016-05-12T04:27:53Z] Server stopped                              
  102. INFO[2016-05-12T04:27:53Z] Shutting down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement