Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Agility
      • Kanban workshop
      • Agile Fundamentals
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Driver is not using proxy of SYSTEM user

Solved942 views1st March 2023driver proxy
6
David Joseph [SLC] [DevOps Enabler]417 1st March 2023 0 Comments

This is a follow-up question for https://community.dataminer.services/question/c-api-connection-using-proxy/

The initial problem was that an automation script was not using the proxy for reaching an API in the cloud (using HttpClient). The solution was to configure the proxy for the NT_AUTHORITY/SYSTEM user. That works fine now.

However now we also have a driver installed on the DMA which is also talking to the cloud API, but apparently this driver is also not using the configured proxy for the SYSTEM user, as we get timeouts for outgoing http calls. Probably drivers use a different communication mechanism for HTTP?

So how could this be fixed?

David Joseph [SLC] [DevOps Enabler] Selected answer as best 1st March 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
6
Jeroen Neyt [SLC] [DevOps Advocate]2.42K Posted 1st March 2023 1 Comment

The HTTP engine used by DataMiner connectors is WinHTTP. To configure the proxy server there you can either add it manually with the following command:

netsh winhttp set proxy myproxyserver:port

Or import it from Internet Explorer with the following command:

netsh winhttp import proxy ie

When you want to verify if the settings are configured as desired, you can use the following command:

netsh winhttp show proxy

David Joseph [SLC] [DevOps Enabler] Posted new comment 1st March 2023
David Joseph [SLC] [DevOps Enabler] commented 1st March 2023

In the end it turned out to be the issue, additionally we also had to remove the bypassproxy value in the bus address field of the element config. Thanks for the help Jeroen!

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs