[asterisk-bugs] [JIRA] (ASTERISK-29133) Problem setting up ssl connection: error:00000001:lib(0):func(0):reason(1), Internal SSL error

Asterisk Team (JIRA) noreply at issues.asterisk.org
Sun Oct 18 02:12:36 CDT 2020


    [ https://issues.asterisk.org/jira/browse/ASTERISK-29133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=252478#comment-252478 ] 

Asterisk Team commented on ASTERISK-29133:
------------------------------------------

The severity of this issue has been automatically downgraded from "Blocker" to "Major". The "Blocker" severity is reserved for issues which have been determined to block the next release of Asterisk. This severity can only be set by privileged users. If this issue is deemed to block the next release it will be updated accordingly during the triage process.

> 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
>              Labels: webrtc
>
> 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