Advertisement
Guest User

t0ly-mrt-conf

a guest
Apr 13th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. http --json --auth noc:noc POST http://192.168.67.79/sa/mrt/get_cdp/ selector=3
  2. HTTP/1.1 404 Not Found
  3. Server: nginx/1.0.10
  4. Date: Fri, 13 Apr 2012 10:08:55 GMT
  5. Content-Type: text/html
  6. Content-Length: 169
  7. Connection: keep-alive
  8.  
  9. <html>
  10. <head><title>404 Not Found</title></head>
  11. <body bgcolor="white">
  12. <center><h1>404 Not Found</h1></center>
  13. <hr><center>nginx/1.0.10</center>
  14. </body>
  15. </html>
  16. [t0ly@pcbsd-t0ly ~]$ http --json --auth noc:noc POST http://192.168.67.79/sa/mrt/get_cdp/ selector=C4-c3750g
  17. HTTP/1.1 404 Not Found
  18. Server: nginx/1.0.10
  19. Date: Fri, 13 Apr 2012 10:09:19 GMT
  20. Content-Type: text/html
  21. Content-Length: 169
  22. Connection: keep-alive
  23.  
  24. <html>
  25. <head><title>404 Not Found</title></head>
  26. <body bgcolor="white">
  27. <center><h1>404 Not Found</h1></center>
  28. <hr><center>nginx/1.0.10</center>
  29. </body>
  30. </html>
  31. [t0ly@pcbsd-t0ly ~]$ http --json --auth noc:noc POST https://192.168.67.79/sa/mrt/get_cdp/ selector=C4-c3750g
  32. [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
  33. [t0ly@pcbsd-t0ly ~]$ REQUESTS_CA_BUNDLE=NO http --json --auth noc:noc POST https://192.168.67.79/sa/mrt/get_cdp/ selector=C4-c3750g
  34. [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
  35. [t0ly@pcbsd-t0ly ~]$ REQUESTS_CA_BUNDLE=NO http --json --verify no --auth noc:noc POST https://192.168.67.79/sa/mrt/get_cdp/ selector=C4-c3750g
  36. [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
  37. [t0ly@pcbsd-t0ly ~]$ REQUESTS_CA_BUNDLE=no http --json --verify no --auth noc:noc POST https://192.168.67.79/sa/mrt/get_cdp/ selector=C4-c3750g
  38. [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
  39.  
  40. mrt-config screen https://docs.google.com/drawings/d/126b4qWrOEQqxTCM_3EcgMeOYaG0xWdr_t2h-kWABvT8/edit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement