[cmake-developers] Pushing to gitlab.kitware.org from behind a ssl proxy
Stuermer, Michael SP/HZA-ZSEP
michael.stuermer at schaeffler.com
Tue Mar 19 02:21:10 EDT 2019
Hello CMake developers,
It's been some time now and I have tried everything that came into my mind (and I found on google), but I found no way to push any changes on my CMake fork.
My situation: I am behind a corporate firewall which proxies/breaks all ssl connections and ssh is blocked completely.
Using the following git configuration I am able to fetch/pull from kitware:
[http "https://gitlab.kitware.com"]
proxy = http://<mycorporateproxy>.com:8080
sslVerify = false
Without the proxy configuration I am not able to connect to the repo, i.e. not even fetching is possible. With the proxy enabled I get request for username and password. After entering my credentials however I get the following message:
Username for 'https://gitlab.kitware.com': <username>
Password for 'https://stuermic@gitlab.kitware.com':
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitlab.kitware.com/<username>/cmake.git/'
Can anyone help me so I can contribute to CMake again? This is really sad ...
/Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake-developers/attachments/20190319/9ecfc4fe/attachment.html>
More information about the cmake-developers
mailing list