GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Twiggy::TLS::Info(3) User Contributed Perl Documentation Twiggy::TLS::Info(3)

Twiggy::TLS::Info - TLS connection information

In PSGI application:

    warn "Client's CommonName: " . $env->{"psgi.tls"}->client_certificate('cn');
    warn "Used cipher: " . $env->{"psgi.tls"}->cipher;

Retrieve value from client certificate. If no field is given the internal representation of certificate from Net::SSLeay is returned. The list of fields can be found in IO::Socket::SSL "peer_certificate" method documentation.

Returns the string form of the cipher used for current connection.
2012-03-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.