About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Welcome to the Jazz Community Forum
Is any security supported when using a external server from the "Artifact Downloads" tab of a build result.

Our build output is large (some builds have 150GB output) so we store the larger artifacts on an external server (as suggested here https://jazz.net/library/article/797).
However when we try to access them using the eclipse client we get the following error:
Server returned HTTP response code: 401 for URL: https://builddatafs.example.com//pathtobuildresult/some.jar
java.io.IOException
If I copy the URL into a defect description or an external browser it works fine - after prompting me for a username and password.
Again if I use the RTC webclient it works fine.
Is there any way to get the eclipse client to prompt for passwords?
However when we try to access them using the eclipse client we get the following error:
Server returned HTTP response code: 401 for URL: https://builddatafs.example.com//pathtobuildresult/some.jar
java.io.IOException
If I copy the URL into a defect description or an external browser it works fine - after prompting me for a username and password.
Again if I use the RTC webclient it works fine.
Is there any way to get the eclipse client to prompt for passwords?
One answer

For all I can tell, the Eclipse client uses a browser. You can configure which one in Preferences>General>Web Browser.
There is an internal web browser that is used by default.
As far as I can tell it is not the browser that asks for passwords. The web page needs to detect that there is a need and ask and store Cookies.
I can only assume that the web server with your results has an issue.
I would try to switch to an external browser - that is what I usually do, as the screen real estate is very limited for the internal browser.
There is an internal web browser that is used by default.
As far as I can tell it is not the browser that asks for passwords. The web page needs to detect that there is a need and ask and store Cookies.
I can only assume that the web server with your results has an issue.
I would try to switch to an external browser - that is what I usually do, as the screen real estate is very limited for the internal browser.
Comments

When I'm following a link I've set eclipse up to launch an external browser.
Sadly if I'm trying to download from the downloads tab some internal system is used.
If the server uses an internally signed certificate where we've added the root cert to our SDK I get a certificate error :
"java.security.cert.CertificateException: No subject alternative DNS name matching fileserver.example.com found.
javax.net.ssl.SSLHandshakeException"
So we bought an externally signed certificate and now we get the 401 error.

I am not a certificate expert, but there seems to be an issue with the certificate and the DNS data.