Skip to main content
Solved

Can I use a basic proxy and version control?

  • 29 May 2020
  • 1 reply
  • 8 views

In FME Server, I am trying to use a basic proxy and version control but I am getting errors. How do I fix this?

If you are seeing the following error, you'll have to do some additional configuration to get this to work.

 

õ_Could not push to remote repository._3586 

õ_õ_Remote ref update was rejected: 

https://github.com/test.git: 407 Proxy Authentication Required_õ_õ

To be able to push to an external Version Control while using the Basic Proxy, the following configurations must be made:

  1. Open C:\Program Files\FMEServer\Server\processMonitorConfigCore.txt

  2. Look for # Start FME Server Core

  3. Add this to the START SYSTEM variable: -Djdk.http.auth.tunneling.disabledSchemes=

  4. Place this string anywhere near the -DJava arguments

  5. Restart Server


Reply