Skip to main content
Solved

Can I use a basic proxy and version control?

  • May 28, 2020
  • 1 reply
  • 15 views

fmelizard
Safer
Forum|alt.badge.img+20

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

Best answer by siennaatsafe

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

siennaatsafe
Safer
Forum|alt.badge.img+12
  • Safer
  • 214 replies
  • Best Answer
  • May 28, 2020

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