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

SSL Support #3

Open
kaos00723 opened this issue Dec 19, 2018 · 1 comment
Open

SSL Support #3

kaos00723 opened this issue Dec 19, 2018 · 1 comment

Comments

@kaos00723
Copy link

Network requests to websites that strictly use SSL only don't work.

You currently receive a "Failed to get/read sequence number" error when an OHOL server tries to write anything to the databases if the website automatically converts all HTTP requests to HTTPS by default.

Defalt36 pushed a commit to Defalt36/minorGems that referenced this issue Apr 24, 2022
@jasonrohrer
Copy link
Owner

Yeah... the OHOL codebase doesn't currently support SSL, which is a pretty complicated beast to integrate on all supported platforms.

This is why the OHOL protocol makes no assumptions about protocol messages being private.

You should configure your web server that's running OHOL to allow HTTP traffic. In case this is too risky for you, you should probably install OHOL stuff on a separate web server from other stuff.

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

No branches or pull requests

2 participants