Hi
I'm working on my master thesis and I want use the Janus gateway in my project. I've already installed janus on aws instance and it work without any problem via http but I struggle with https.
I host the Janus gateway demo on apache2 with self-signed certificate. When I click the start button on Echo Test page I see push-up communicate "Probably a network error, is the server down?: [object Object]" and in janus logs "New connection on REST API: ::ffff:87.239.xxx.xx (x-digits). I can see also traffic on 8089 port (tshark -f "tcp port 8089" -i any).
Probably a network error, is the server down?:
Object { message: "Probably a network error, is the server down?", error: TypeError }
janus.js:841:5
error
httpAPICall/<
Probably a network error, is the server down?: [object Object] echotest.js:379:7
error
error
httpAPICall/<
(screenshot1)
A few hours ago It has started work in chrome (partially), although I haven't made any change in configuration. I can see local stram. I can't see remote stream, but I can send text by DataChannel and see it in remote stream (screenshot2). Probably it will stop work when I restart Chrome, becouse in firefox it still doesn't work.

I forwarded tcp ports: 80, 443, 8088, 8089, and udp 20000-40000. (screenshot3)

Results of sudo nmap -PN [aws_public_ip] from my laptop.
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
443/tcp open https
8088/tcp open radan-http
8089/tcp open unknown
Have you any idea how to solve this problem?
Best Regards
Stanisław