Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $ arc install-certificate
  2.  
  3. CONNECT Connecting to "http://myphabserver.com/api/"...
  4. Usage Exception: Failed to connect to server (http://myphabserver.com/api/): [HTTP/404] Not Found
  5. <?xml version="1.0" encoding="iso-8859-1"?>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  7. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10. <title>404 - Not Found</title>
  11. </head>
  12. <body>
  13. <h1>404 - Not Found</h1>
  14. </body>
  15. </html>
  16. However, when I go to http://myphabserver.com/ on my web browser, everything seems fine.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement