[asterisk-bugs] [JIRA] (ASTERISK-29133) Problem setting up ssl connection: error:00000001:lib(0):func(0):reason(1), Internal SSL error
Faiz Ali (JIRA)
noreply at issues.asterisk.org
Sun Oct 18 02:12:36 CDT 2020
Faiz Ali created ASTERISK-29133:
-----------------------------------
Summary: Problem setting up ssl connection: error:00000001:lib(0):func(0):reason(1), Internal SSL error
Key: ASTERISK-29133
URL: https://issues.asterisk.org/jira/browse/ASTERISK-29133
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Resources/res_crypto
Affects Versions: 17.7.0
Reporter: Faiz Ali
Severity: Blocker
I am trying to setup asterisk webrtc using the doc:
https://wiki.asterisk.org/wiki/display/AST/Configuring+Asterisk+for+WebRTC+Clients
however, when i try to connect chrome browser to
https://<IP>:8089/ws i get this error:
Problem setting up ssl connection: error:00000001:lib(0):func(0):reason(1), Internal SSL error
http.conf:
[general]
enabled=yes
bindaddr=0.0.0.0
bindport=8088
tlsenable=yes
tlsbindaddr=0.0.0.0:8089
tlscertfile=/etc/ssl/certs/nginx-selfsigned.crt
tlsprivatekey=/etc/ssl/private/nginx-selfsigned.key
tlsclientmethod=ALL
tlscipher=ALL
self signed certificate created by openssl
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx-selfsigned.key -out /etc/ssl/certs/nginx-selfsigned.crt
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list