-
Notifications
You must be signed in to change notification settings - Fork 4
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
HTTPS support #9
Comments
That's correct. We're not supporting hosts with HTTPS/SSL mainly because |
good catch! @SudoCat, we'll elaborate more that explanation and update the Readme file accordingly. |
Thanks for the lightning fast response! I must admit that this sort of thing is far outside my area of expertise, but we're hoping to use the ara framework to help us slowly migrate our front end away from a monolithic java ecommerce platform; I'm worried this limitation might prove to be an impassable blocker for our use case. Would there be any plans to add SSL support to the proxy layer, or would we need to consider forking/utilising an alternative? |
Unfortunately, we don't have plans to add SSL support. We guess decoding the response to parse the HTML, as well as, coding it back could add performance issues. However, as I said it's only I guess. Let's keep open this issue and we'll make a proof of concept to see what we get. |
I'm interested in this as well. Would you be okay with me raising a PR to add this functionality? |
Sure @zeenotheinventor feel free to do it, I'll really appreciate it. |
It doesn't seem to be possible to use this proxy with a HTTPS/SSL host - is that correct?
The text was updated successfully, but these errors were encountered: