[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 Nov 1 12:01:15 CST 2020


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

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

Suspended due to lack of activity. This issue will be automatically re-opened if the reporter posts a comment. If you are not the reporter and would like this re-opened please create a new issue instead. If the new issue is related to this one a link will be created during the triage process. Further information on issue tracker usage can be found in the Asterisk Issue Guidlines [1].

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

> 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
>            Assignee: Faiz Ali
>            Severity: Minor
>              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