Problem with TLS version to run opsi-configed on linux

Antworten
bourhis
Beiträge: 126
Registriert: 07 Nov 2012, 15:57

Problem with TLS version to run opsi-configed on linux

Beitrag von bourhis »

Hi,

after restoring a backup in a new server I have a problem to run opsi-configed on linux (that' works on Windows) : "No connexion / javax.net.ssl.SSLHandshakeException: Received fatal alert: protocol_version".

I have find two way for resolving this problem :
1 / I run this command :

Code: Alles auswählen

java -Dhttps.protocols="TLSv1.2" -Xmx1536m -jar /usr/share/opsi-configed/configed.jar  -r 0  --ssh-immediate-connect n  -h myserver.mydomain.fr
2 / I modify manually the "setup32.ins" script (line 180) :

Code: Alles auswählen

	set $sysparam_fallback_tlsv1$ = ' -Dhttps.protocols="TLSv1.2" '
before running the "install.sh" script (wich install the "opsi-configed" software on my PC).

Is there a more simple way to do that ? A config file to modify on my server ? On my Linux system after installation ?

Best regards.
Benutzeravatar
ThomasT
uib-Team
Beiträge: 565
Registriert: 26 Jun 2013, 12:26

Re: Problem with TLS version to run opsi-configed on linux

Beitrag von ThomasT »

What version of the opsi-configed are you trying to use? How did you install it?


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


bourhis
Beiträge: 126
Registriert: 07 Nov 2012, 15:57

Re: Problem with TLS version to run opsi-configed on linux

Beitrag von bourhis »

Hi,

I use the version 4.1.9.3.3 (2020/04/27).
For the installation I have downloaded from https://myserver.mydomain.fr:4447/ "opsi-configed-linux-setup.tar.gz", untar this file and execute "install.sh"

Best regards.
Antworten