-
Notifications
You must be signed in to change notification settings - Fork 54
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
configure HTTPS recording from the command line #14
Comments
I was able to get 200 OK with
But I am still unable to hit pages with HTTPS using Flashback as a MITM. Is there any way I can verify that this is a trust issue with my Certificate and not with Flashback itself? I used IIS to generate a self-signed certificate. I do not get a security alert in IE or Chrome, but I do see the broken lock (in Chrome, closed lock in IE). Can anyone confirm/deny that this is the root of problem? |
Yes, the way we support non-java is that we have admin restful api that can setup proxy for you. You just need make sure if your caCert can be trusted by your certificate store. BTW: did you get any response from proxy? |
Not quite yet, I'm focusing on getting more comfortable with other aspects of Flashback at the moment. |
Hi,
I'm hoping there is a way to configure my proxy with a trusted certificate from the command line. I don't see this anywhere in the current set of samples - only Java examples.
Is there a way to configure a certificate for my Flashback proxy without Java?
Thanks
The text was updated successfully, but these errors were encountered: