In FME Server, I am trying to use a basic proxy and version control but I am getting errors. How do I fix this?
Solved
Can I use a basic proxy and version control?
Best answer by siennaatsafe
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
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.
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.

