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

General fixes for TLS #98

Merged
merged 1 commit into from
Mar 18, 2017
Merged

Conversation

hairmare
Copy link
Member

This is an old one from my legacy upstream fork and takes care of allowing the api client to access files from the library through tls if the tls listener is on port 443.

It also has a fix for the API where it would build a https://<hostname>:80 url instead of https://<hostname>:443. A more serious fix would probably make the URL configurable on not depend on $_SERVER as much, but this works.

For it to also work we would need to make the protocol fully configurable. At least with this things won't completely fail if you switch the install to 443 and close off 80.

This was tested in airtime web and with integration of media-monitor and silan up and running. It might work for pypo but that needs testing.
@hairmare hairmare added this to the 3.0.0-alpha.1 milestone Mar 18, 2017
@Robbt Robbt merged commit fcebafb into libretime:master Mar 18, 2017
@hairmare hairmare deleted the feature/tls-support branch March 18, 2017 16:39
@hairmare hairmare mentioned this pull request Mar 20, 2017
@lock
Copy link

lock bot commented Oct 20, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please chat to us on discourse or ask for help on our chat if you have any questions or need further assistance with this issue.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants