this is my http.conf file:
;
; Asterisk Built-in mini-HTTP server
;
;
; Note about Asterisk documentation:
; If Asterisk was installed from a tarball, then the HTML documentation should
; be installed in the static-http/docs directory which is
; (/var/lib/asterisk/static-http/docs) on linux by default. If the Asterisk
; HTTP server is enabled in this file by setting the “enabled”, “bindaddr”,
; and “bindport” options, then you should be able to view the documentation
; remotely by browsing to:
; http://<server_ip>:/static/docs/index.html
;
[general]
tlsenable=yes
tlsbindaddr=0.0.0.0:8089
tlsccertfile=/etc/asterisk/keys/asterisk.pem
tlsprivatekey=/etc/asterisk/keys/ca.pemservername=Asterisk
enabled=yes
bindaddr=0.0.0.0
bindport=8088
when l sent GET to port 8088, it works fine, but when l sent GET to 8089, it just says connection refused. lt does not even get to certificate validation. What is going on?
url: “https://”+url+“/ari/asterisk/config/dynamic/res_pjsip/auth/” +somenumber