Post Reply 
https://local.ptron
Jan. 08, 2014, 10:53 PM
Post: #3
RE: https://local.ptron
(Jan. 07, 2014 10:17 PM)neverwasinparis Wrote:  all I get when I open 'https://local.ptron/Kill.html' is a browser message 'This webpage is not available'.

any ideas?

Do you have a "Kill.html"?
I have Killed.html" as in
http://local.ptron/Killed.html

Does the extension have a bypass list?

(Jan. 07, 2014 10:17 PM)neverwasinparis Wrote:  I want to redirect some encrypted requests with an browser extension to that pseudo domain.
if it's just HTTP browser would block it.

Assuming Firefox, add a certificate exception for

Code:
https://local.ptron

and try https://local.ptron/Killed.html


If Chrome, use commandline option

Code:
--ignore-certificate-errors

and try https://localhost:8080/Killed.html . Change '8080' to Proxo's port number, if necessary.

If IE7+, I haven't done that, yet.

HTH

Note: addons.mozilla.org/en-US/firefox/addon/skip-cert-error/ .
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
https://local.ptron - neverwasinparis - Jan. 07, 2014, 10:17 PM
RE: https://local.ptron - ProxRocks - Jan. 08, 2014, 11:45 AM
RE: https://local.ptron - JJoe - Jan. 08, 2014 10:53 PM

Forum Jump: