
Die OPSI Java Applet lässt sich im Web-Browser nicht mehr öffnen.
Die Meldung deutet auf ein abgelaufenes Zertifikat.
java.security.cert.CertPathValidatorException:Response is unreliable: its validity interval is out-of-date
java.security.cert.CertPathValidatorException:Response is unreliable: its validity interval is out-of-date
ThanksOr create your own certificate for configed and import that certificate in the java trustedcerts database.
Code: Alles auswählen
ssl server cert = /etc/opsi/yourcert.pem
ssl server key = /etc/opsi/yourcert.pem
Code: Alles auswählen
; Install cacert.org root certificates in java keystore
"%ProgramFiles64Dir%\Java\jre7\bin\keytool.exe" -noprompt -import -alias cacert-root -keystore "%ProgramFiles64Dir%\Java\jre7\lib\security\cacerts" -trustcacerts -file "%ScriptPath%\files\cacert.org-root.der" -storepass "changeit"
"%ProgramFiles64Dir%\Java\jre7\bin\keytool.exe" -noprompt -import -alias cacert-class3 -keystore "%ProgramFiles64Dir%\Java\jre7\lib\security\cacerts" -trustcacerts -file "%ScriptPath%\files\cacert.org-class3.der" -storepass "changeit"
Code: Alles auswählen
; Install yourcert certificate in java keystore
"%ProgramFiles64Dir%\Java\jre7\bin\keytool.exe" -noprompt -import -alias yourcert -keystore "%ProgramFiles64Dir%\Java\jre7\lib\security\cacerts" -trustcacerts -file "%ScriptPath%\files\yourcert.der" -storepass "changeit"
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
I was not able to update the Server, because it had certificate problem updating from the opensuse repository,However, have you tried updating your opsi server?
Code: Alles auswählen
wget -O - http://download.opensuse.org/repositories/home:/uibmz:/opsi:/opsi40/Debian_7.0/Release.key | apt-key add -