CredClient.getProxyCertificate fails with when the currently delegated certificate is not valid (eg expired). This leaves the calling service unable to diagnose and report a suitable error to it's caller.
impovement:
- need a standard error message from service in this case and suitable http status code
- CredClient needs to handle this and throw a better exception than HttpDownload (IOException)
CredClient.getProxyCertificate fails with when the currently delegated certificate is not valid (eg expired). This leaves the calling service unable to diagnose and report a suitable error to it's caller.
impovement: