Skip to content

Conversation

@neutrino38
Copy link

Adding support of SIP over WSS based on libwebsocket

if (lws_context) return; //Already created

int log_level = LLL_ERR | LLL_WARN | LLL_NOTICE;
//if (useLogf) log_level |= LLL_INFO;

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
@Javdu10
Copy link

Javdu10 commented Nov 24, 2025

Hello there!

Great work, it would be very nice if we could somehow change the ws ccinfo.path (For example I have /ws on my side) aswell as be able to use flags like LCCSCF_ALLOW_SELFSIGNED, LCCSCF_ALLOW_INSECURE, LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK

@neutrino38
Copy link
Author

Hello there!

Great work, it would be very nice if we could somehow change the ws ccinfo.path (For example I have /ws on my side) aswell as be able to use flags like LCCSCF_ALLOW_SELFSIGNED, LCCSCF_ALLOW_INSECURE, LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK

regarding the ccinfo.path, how would you specify that in the sipp scenario?
regarding the flags, do you want me to add options to the command line? I'll check how it's done with TLS.

@Javdu10
Copy link

Javdu10 commented Nov 26, 2025

Hello there!
Great work, it would be very nice if we could somehow change the ws ccinfo.path (For example I have /ws on my side) aswell as be able to use flags like LCCSCF_ALLOW_SELFSIGNED, LCCSCF_ALLOW_INSECURE, LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK

regarding the ccinfo.path, how would you specify that in the sipp scenario? regarding the flags, do you want me to add options to the command line? I'll check how it's done with TLS.

Hello!

I think it must be a command argument next to where we specify the transport layer for websocket

if not used, something like -wp or -wsp for short args and --ws-path for longer version would probably do

Other than that it works nicely, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants