Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

collective.pfg.sslfield

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collective.pfg.sslfield

New field for PloneFormGen to extract SSL data from the request

  • 0.5
  • PyPI
  • Socket score

Maintainers
1

============ PFGSSLFields

This product adds a new field to use with PloneFormGen, a user-configurable form creation product for Plone.

Install this egg to your zope instance, install it with quickinstaller and you will have another field to add to your PloneFormGen_ forms: ssl string field.

This field is able to extract the value to populate itself from the request, looking at the SSL variable configured when creating the field. In this way, you can use a digital certificate in your browser, and this field will use the values in the certificate to fill the form.

Requisites

To be able to extract the values of SSL variables, you will have to configure the SSL certificate in your webserver and configure it to ask for client verification.

If you are using Apache_ as webserver, you can use mod_mustap_ to configure Apache to pass SSL variables to Zope instead of using mod_headers to get the value of SSL variables. Zope doesn't (or at least, I couldn't) get the SSL variables from Apache, so this step is needed.

You can read the file APACHE.txt for samples of Apache configuration.

SSL Variables

The SSL variables you can get info from using this field, are the ones defined in Apache's mod_ssl_ documentation.

Credits

Steve McMahon for PloneFormGen

License

GPL. See docs/LICENSE.txt

.. _PloneFormGen: http://plone.org/products/ploneformgen .. _Plone: http://plone.org .. _Apache: http://apache.org .. _mod_mustap: http://www.mustap.com/pythonzone_post_232_accessing-the-cgi-environmen .. _mod_ssl: http://httpd.apache.org/docs/2.2/mod/mod_ssl.html

Changelog

0.5 - 2009/06/12

  • Release fixes [erral]

0.4 - 2009/06/12

  • Faulty release :( [erral]

0.3 - 2009/06/12

  • Plone 3 installation support [erral]

0.2 -

  • Release fixes [erral]

0.1 -

  • Initial release

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc