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

peer links not support http link #191

Open
sguzwf opened this issue Jun 29, 2023 · 1 comment
Open

peer links not support http link #191

sguzwf opened this issue Jun 29, 2023 · 1 comment
Labels
feature New feature or functionality that didn't exist. libircd Related to the core supporting library (rather than application business-logic, etc).

Comments

@sguzwf
Copy link

sguzwf commented Jun 29, 2023

When I tested Peer Link, I found that it only supports HTTPS and not HTTP

@jevolk
Copy link
Member

jevolk commented Jun 29, 2023

  • You can disable HTTPS for incoming connections: setup a listener without any TLS certificates and it will be non-SSL. This is good for running behind reverse-proxies.

  • I don't see any config option to disable SSL for outgoing connections; this is generally not useful or recommended. Upon reviewing the code, it looks somewhat trivial to add this config option to disable SSL for outgoing connections. I'll leave this issue open pending that.

In the meantime, if you could clarify a bit more about what you're trying to achieve it might be helpful.

@jevolk jevolk added feature New feature or functionality that didn't exist. libircd Related to the core supporting library (rather than application business-logic, etc). labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or functionality that didn't exist. libircd Related to the core supporting library (rather than application business-logic, etc).
Projects
None yet
Development

No branches or pull requests

2 participants