The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] Error in network behaviour with proxy server
michaelhecht
Member Posts: 89 Maven
Wow, after hours of searching I found out, that there is an error (??) in the behaviour of RM according to proxy servers.
I added proxy servers for the access to the internet to get updates and information and so on
(company firewall!!). As I tried to apply database connections I permanently failed, except I tried
to connect to a local database (which I had to install and configure in advance >:( ).
So I removed all proxy configuration from RM (and had to restart since using a proxy or not seems to be
configured only at startup) and voila - all database connections worked properly.
Modified:
Now I have to decide whether I want to get update information or I want to apply database connections?!?!?!?!
Is there a workaround?
Solution:
Yes, there is a workaround (maybe the standard configuration??):
Configure ftp.proxySet and http.proxySet for the firewall and NOT https.proxySet!!!
Then all is working properly!
I added proxy servers for the access to the internet to get updates and information and so on
(company firewall!!). As I tried to apply database connections I permanently failed, except I tried
to connect to a local database (which I had to install and configure in advance >:( ).
So I removed all proxy configuration from RM (and had to restart since using a proxy or not seems to be
configured only at startup) and voila - all database connections worked properly.
Modified:
Now I have to decide whether I want to get update information or I want to apply database connections?!?!?!?!
Is there a workaround?
Solution:
Yes, there is a workaround (maybe the standard configuration??):
Configure ftp.proxySet and http.proxySet for the firewall and NOT https.proxySet!!!
Then all is working properly!
0
Answers
Interestingly, connections to local and remote MySQL servers were not affected by the Proxy config, only those to a remote Microsoft SQL server.