[Implemented] Add Proxy support

0 votes
asked Jan 28, 2013 in Solved by anonymous
recategorized Jan 31, 2013 by ludek.vodicka

I can not connect via proxy, so the application can not start because fail while connecting to the licence server. Please use the env var $http_proxy or add ability to add proxy server configuration.

Best regards,
Patrick

commented Jan 28, 2013 by ludek.vodicka Skipper developer (140,450 points)

Thank you for post. We're using default system connection settings,so if you have configured proxy on your system, it should work. I will check if there is any way how to pass custom proxy settings directly to connection manager.

4 Answers

0 votes
answered Feb 10, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

Implemented in version 2.1.9. Download it here: http://www.orm-designer.com/download-orm-designer

commented Feb 19, 2013 by pschirch (360 points)

All works fine - great job! Thx.

commented Feb 19, 2013 by admin (1,050 points)

You're welcome. I'm glad we solved it.

0 votes
answered Jan 28, 2013 by anonymous

Hi Ludek,

my system connection settings configured correctly (Firefox, Thunderbird, PhpStorm etc. works fine). I checked with Wireshark what ORM2 Designer connect for when it starts. It called our DNS for stark.orm-designer.com and recieved 69.195.199.6. Then it starts connecting to 69.195.199.6:80 directly and ignore sytem connection settings.

I'm using openSUSE 12.2. We connect through squid proxy to the internet.

Best regards,
Patrick

commented Jan 28, 2013 by ludek.vodicka Skipper developer (140,450 points)

Thank you for detailed info. I will check how to force Qt to use proxy settings when connecting to HTTP port 80.

0 votes
answered Jan 29, 2013 by ludek.vodicka Skipper developer (140,450 points)

Hi Patrick. We made some changes and prepared new version. Could you please try it if you will be able to connect to our license server?

Updated versions:

OrmDesigner2 for Windows 32-bit.exe (Windows installer)
OrmDesigner2 for Windows 32-bit.zip (portable version)
OrmDesigner2 for Linux 32-bit.zip (portable version)
OrmDesigner2 for Linux 64-bit.zip (portable version)
OrmDesigner2 for MacOS 64-bit.dmg (Mac OS DMG package)
OrmDesigner2 for MacOS 64-bit.zip (portable version)
Please let me know if this fix helps.

commented Jan 29, 2013 by anonymous
edited Jun 17, 2014 by Martin Freki Stradej

Hi Ludek,

ORMDesigner2 connect through squid proxy now, but with a wrong URI.

According to Wireshark tracing the full request URI is:

http://stark.orm-designer.comstark.orm-designer.com:80

commented Jan 30, 2013 by ludek.vodicka Skipper developer (140,450 points)
0 votes
answered Jan 31, 2013 by ludek.vodicka Skipper developer (140,450 points)
commented Jan 31, 2013 by pschirch (360 points)

Hi Ludek,

unfortunately the latest bugfix do not resolve the proxy issue.

New error message: "Can't download HTTP data. Error: Socket operation timed out"

Wireshark trace shows direct communication without the squid proxy.

commented Jan 31, 2013 by ludek.vodicka Skipper developer (140,450 points)

Thank you for testing. It's strange because we test it on several public proxies without problems. But we have one more idea what to try. Give me few minutes please.

commented Jan 31, 2013 by ludek.vodicka Skipper developer (140,450 points)

Can you try it now please? We globaly turn on proxy support on whole application instead of configuring proxy only to specific connection (version number is same as previous)

commented Jan 31, 2013 by pschirch (360 points)

Hi Ludek,

now it works!

Best regards,
Patrick

commented Jan 31, 2013 by ludek.vodicka Skipper developer (140,450 points)

Perfect! Thank you for cooperation.

Please ignore the private message I sent you few seconds back. I wasn't sure that system sends notification about comments reply.

...