In FME Server, I am trying to use a basic proxy and version control but I am getting errors. How do I fix this?
Page 1 / 1
If you are seeing the following error, you'll have to do some additional configuration to get this to work.
1
õ_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:
Open C:\Program Files\FMEServer\Server\processMonitorConfigCore.txt
Look for # Start FME Server Core
Add this to the START SYSTEM variable: -Djdk.http.auth.tunneling.disabledSchemes=
Place this string anywhere near the -DJava arguments
Restart Server