clafonta / Mockey

Mockey is a tool for testing application interactions over http, with a focus on testing web services, specifically web or native applications that consume XML, JSON, and HTML. Mockey's purpose is to be a simple front end to writing mock-test-responses to the file system for persistence to git.
118 stars 39 forks source link

Connection Refused #82

Open muppirigiribabu opened 9 years ago

muppirigiribabu commented 9 years ago

With wifi connected, java -jar Mockey.jar command launches browser and shows mockey home. But with ethernet connected(Web Proxy & Secure Web Proxy enabled), same command shows "Connection Refused" in browser.

With ethernet connected(Web Proxy & Secure Web Proxy disable) works fine. Please suggest on configuring proxy settings.

clafonta commented 9 years ago

Still an issue? I'm unable to reproduce.

muppirigiribabu commented 9 years ago

Yes still issue exists, I am running mockey in mac machine with ethernet cable connected. If Web & Secure Web proxies are enabled then only internet working. With this setup if i run mockey, it shows "Connection Refused". If i disable both proxies then mockey works fine. Can you help me in setting up mockey with proxy enable?