Jehonathan Thomas
Jehonathan Thomas
You should be able to merge PR without any approval. Possibly also commit directly to master. Did you try? @honfika
You can do whatever changes you think would be needed. No need for my input.
@honfika If you are up to maintaining the project, feel free to remove the notice I put on the readme. Thanks.
@honfika Thanks for your support. @mgerenst I've removed the disclaimer https://github.com/justcoding121/Titanium-Web-Proxy/commit/c7e34cc76e468fa6f1984b543a5f4341b7c91f52
The first parameter in ProxyServer is not a path, the name of the root certificate to lookUp. If I recall right it looks at the execution directory where the proxy.dll...
See CertificateManager API docs below. https://justcoding121.github.io/Titanium-Web-Proxy/docs/api/Titanium.Web.Proxy.Network.CertificateManager.html
@keyoti Proper setup for reverse proxying usually requires port forwarding or listening on port 80 in server. ~~Feel free to PR the fix you mentioned above.~~ P.S: I fixed the...
@iamselva When you say backend IP address, you are talking about the IP address of the machine running the proxy? I would think that if proxy is listening on 5000,...
Reverse proxy is not tested well. Will update once done with it.
It does. However Server Name Indication is not supported, which means HTTPS requests will get certificate warning. You would need to use TransparentEndPoint to create the end point instead of...