Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bypass cert verification signaling --> janus #137

Open
tanguy-opendsi opened this issue Jul 12, 2021 · 2 comments
Open

bypass cert verification signaling --> janus #137

tanguy-opendsi opened this issue Jul 12, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@tanguy-opendsi
Copy link

Janus ws config

`#

general :
{
json = "indented";
ws = "yes";
ws_port = "8188";
ws_ip = "127.0.0.1";
wss = "yes";
wss_ip = "127.0.0.1"
wss_port = "8189"
};
admin :
{
admin_ws = "no";
admin_ws_port = "7188";
admin_wss = "no";
};
certificates :
{
cert_pem = "/etc/ssl/certs/ssl-cert-snakeoil.pem";
cert_key = "/etc/ssl/private/ssl-cert-snakeoil.key";
};
`


[mcu]
# The type of the MCU to use. Currently only "janus" and "proxy" are supported.
# Leave empty to disable MCU functionality.
#type =

type = janus
url = wss://127.0.0.1:8189
skipverify = true


log
Could not initialize janus MCU (x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs) will retry in 16s

It's possible to disable cert verification ?

@fancycode
Copy link
Member

This is not possible right now, pull requests welcome :-)

Besides, if both are running on the same host (which is the usual deployment), there is no need to have a secure connection between the signaling server / -proxy and the Janus server.

@tanguy-opendsi
Copy link
Author

@fancycode thx for your fast reply.
The goal is to do TLS end to end but ofc this is obviously secure on same host :)
But Pull request is welcome ofc :)

@fancycode fancycode added the enhancement New feature or request label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants