Knowledgebase:
Archive access fails. I cannot login from HIPE to the HSA: how can I solve this?
Posted by Mark Kidger, Last modified by Mark Kidger on 23 February 2021 09:51 AM

Due to an upgrade of the TLS protocol that the current version of HIPE cannot handle, the login to HSA from HIPE has suddenly stopped working properly.

There are three different simple solutions to resolve this. Users should apply the solution that best fits their usage of HIPE:

1. Adding a line, at the time of launching HIPE:

> hipe -Dhttps.protocols=TLSv1.2

2. Adding the following to the file .hcss/hipe.props:

https.protocols=TLSv1.2

3. Adding to your scripts:

from java.lang import System
System.setProperty("https.protocols","TLSv1.2");

(7 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: