Closed JPL0908 closed 10 years ago
Sorry, but I don't understand what you mean. Can you give more details?
We have a proxy on place, and I have to use a proxy script to get out to the internet. So in ie I use that script. Is there a way to use a proxy script in this code?
Jay Lockhart - iPhone
On Apr 19, 2014, at 12:44 AM, "Steffen Ullrich" notifications@github.com<mailto:notifications@github.com> wrote:
Sorry, but I don't understand what you mean. Can you give more details?
— Reply to this email directly or view it on GitHubhttps://github.com/noxxi/p5-scripts/issues/7#issuecomment-40861656.
I guess you mean a *.pac file, which is JavaScript where you put the target URL in and get the proxy to use out. But my perl script does not execute any JavaScript, so you need to determine the proxy yourself. But once you determined the proxy you can use -starttls http_connect:...
to use the proxy (for example look into usage)
using the exact usage from the script:
C:>perl C:\Applications\SCRI_Heartbleed\check-ssl-heartbleed.pl --starttls http_connect:www.google.com:443 proxy:8000
I get the following message:
ERROR: invalid starttls protocol http_connnnect:www.google.com:443
Can you help?
Thanks again.
The example was wrong, it must be http_proxy. It's fixed now. Thanks for reporting the problem.
Thank you. Works perfectly now.
From: Steffen Ullrich [mailto:notifications@github.com] Sent: Monday, April 21, 2014 11:41 AM To: noxxi/p5-scripts Cc: Lockhart Jay Subject: Re: [p5-scripts] Script (#7)
The example was wrong, it must be http_proxy. It's fixed now. Thanks for reporting the problem.
— Reply to this email directly or view it on GitHubhttps://github.com/noxxi/p5-scripts/issues/7#issuecomment-40950391.
I need to be able to run this script using a specific proxy script. How can that be done...or can it?