Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

https requests are not getting through proxy server #74

Closed
amitbhutta opened this issue May 20, 2016 · 4 comments
Closed

https requests are not getting through proxy server #74

amitbhutta opened this issue May 20, 2016 · 4 comments

Comments

@amitbhutta
Copy link

Hi, I'm working on a project where I need to create a proxy server to handle the web traffic (both http and https). Using the Titanium web proxy, i am able to handle the http requests but https are not working and I am getting empty string value for httpCmd at line 98 on requesthandler.cs while processing the https requests (e.g. google.com). Due to which request is not being generated. I have a project very much similar to the titanium test project except I'm not using any explicit end points or transparent end points. Can you please advise what could be the reason for that? Much appreciated!! Thanks.

@justcoding121
Copy link
Owner

Https request should work. Did you make sure that makecert.exe is copied to your application directory?

@amitbhutta
Copy link
Author

amitbhutta commented May 23, 2016

Yes, it is copied. Below is the screenshot that I'm getting. Cert is getting created but it is having issues where sslstream is getting created.
image

@mgerasika
Copy link

I have some problem.But after run vs in administrative rights all works for me.

@amitbhutta
Copy link
Author

I got that working.. It was missing upstream proxy settings for HTTPS, that's why was not working. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants