Post Reply 
Adapting proxo 4.5 to the latest OpenSSL DLLs
Jan. 24, 2015, 07:08 PM
Post: #46
RE: Adapting proxo 4.5 to the latest OpenSSL DLLs
(Jan. 24, 2015 04:59 PM)soccerfan Wrote:  For example: should I use it with ProxHTTPSProxyMII
or by itself (with ssl enabled)

Either or both.

Since Proxomitron's SSL still uses a self signed cert, unaltered modern browsers will probably complain when ProxHTTPSProxyMII is not used.
You may be able to disable the browser's cert warnings.

Code:
IE11
Tools>>Advanced>>Warn about certificate address mismatch

Chromium based
use the command line switch --ignore-certificate-errors

(Browsers should allow us to specify which self signed certs may always be used but...)


With Proxomitron's SSL or ProxHTTPSProxyMII's, unaltered browsers may also complain about mixed or insecure content when http is used to add files to https sites.

Code:
IE11
Tools>>Security>>Internet>>Custom level>>Display mixed content

Chromium based
use the command line switch --allow-running-insecure-content

Mozilla
"about:config">>security.mixed_content.block_active_content;false

(Browsers should allow us to specify which http sites may always be used but...)


I'd use an unaltered browser with a direct connection for work, banking, etc.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Adapting proxo 4.5 to the latest OpenSSL DLLs - JJoe - Jan. 24, 2015 07:08 PM

Forum Jump: