Bug ID 982366
Summary Unknown SSL protocol error in connection to <server name>
Classification openSUSE
Product openSUSE Distribution
Version Leap 42.1
Hardware VMWare
OS Other
Status NEW
Severity Major
Priority P5 - None
Component Java
Assignee fstrba@suse.com
Reporter gilbertoca@gmail.com
QA Contact qa-bugs@suse.de
CC astieger@suse.com, fstrba@suse.com, maintenance@opensuse.org
Found By ---
Blocker ---

Hi,

After applying the last patch for java-1_8_0-openjdk, strangely our server
Jetty based server stops to serve on https port, in our case, 8443.(Default
GitBlit setup). I've reported the problem in the user [group of the GitBlit
project](https://mail.google.com/mail/u/0/#trash/15502f3dba756032).

```bash
09:39] gilberto.andrade@BEM-INF007:~ $ curl -v https://srv-gitblit:8443
* Rebuilt URL to: https://srv-gitblit:8443/
* Hostname was NOT found in DNS cache
*   Trying 10.81.2.53...
* Connected to srv-gitblit (10.81.2.53) port 8443 (#0)
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs/
* SSLv3, TLS handshake, Client hello (1):
* Unknown SSL protocol error in connection to srv-gitblit:8443
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to srv-gitblit:8443
[09:40] gilberto.andrade@BEM-INF007:~ $ 
```

There is no info in the log and searching in the internet I've not found any
info. Maybe the java-1_8_0-openjdk package misses some dependency?

I've installed the Oracle jdk-8u92-linux-x64 version and the server running in
the https port works again.

```bash
srv-gitblit:~ # zypper se -s java-1_8_0-openjdk
Carregando dados de reposit�rio...
Lendo os pacotes instalados...

S | Nome                             | Tipo       | Vers�o        | Arquitetura
| Reposit�rio         
--+----------------------------------+------------+---------------+-------------+---------------------
i | java-1_8_0-openjdk               | pacote     | 1.8.0.91-12.1 | x86_64     
| openSUSE-Leap-Update
v | java-1_8_0-openjdk               | pacote     | 1.8.0.77-9.1  | x86_64     
| openSUSE-Leap-Update
v | java-1_8_0-openjdk               | pacote     | 1.8.0.72-6.1  | x86_64     
| openSUSE-Leap-Update
v | java-1_8_0-openjdk               | pacote     | 1.8.0.60-4.11 | x86_64     
| openSUSE-Leap-Oss   
```

```bash
srv-gitblit:~ # cat /etc/os-release
NAME="openSUSE Leap"
VERSION="42.1"
VERSION_ID="42.1"
PRETTY_NAME="openSUSE Leap 42.1 (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:42.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"
```


You are receiving this mail because: