App-PureProxy

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


 --ssl-client-ca-file

    Specifies the path to the SSL CA certificate file for client
    verification. (default: none)

 --ssl-key-file

    Specifies the path to the SSL key file. (default: none)

 --ssl-verify-mode

    Specifies the verification mode for the client certificate. See
    "SSL_verify_mode" in IO::Socket::SSL for details. (default: 0)

 --timeout

    Seconds until timeout. (default: 300)

 --traffic-log

    Enables Plack::Middleware::TrafficLog middleware that logs detailed
    information about headers and the body.

README.md  view on Meta::CPAN


## --ssl-client-ca-file

Specifies the path to the SSL CA certificate file for client verification.
(default: none)

## --ssl-key-file

Specifies the path to the SSL key file. (default: none)

## --ssl-verify-mode

Specifies the verification mode for the client certificate.
See ["SSL\_verify\_mode" in IO::Socket::SSL](https://metacpan.org/pod/IO%3A%3ASocket%3A%3ASSL#SSL_verify_mode) for details. (default: 0)

## --timeout

Seconds until timeout. (default: 300)

## --traffic-log

Enables [Plack::Middleware::TrafficLog](https://metacpan.org/pod/Plack%3A%3AMiddleware%3A%3ATrafficLog) middleware that logs detailed
information about headers and the body.

script/pureproxy.pl  view on Meta::CPAN


=head2 --ssl-client-ca-file

Specifies the path to the SSL CA certificate file for client verification.
(default: none)

=head2 --ssl-key-file

Specifies the path to the SSL key file. (default: none)

=head2 --ssl-verify-mode

Specifies the verification mode for the client certificate.
See L<IO::Socket::SSL/SSL_verify_mode> for details. (default: 0)

=head2 --timeout

Seconds until timeout. (default: 300)

=head2 --traffic-log

Enables L<Plack::Middleware::TrafficLog> middleware that logs detailed
information about headers and the body.



( run in 0.651 second using v1.01-cache-2.11-cpan-73692580452 )