Page MenuHomeDevCentral

Centralizes https configuration and force TLS only
ClosedPublic

Authored by dereckson on Nov 17 2014, 21:28.
Referenced Files
Unknown Object (File)
Tue, Sep 10, 20:21
Unknown Object (File)
Thu, Sep 5, 15:28
Unknown Object (File)
Sun, Sep 1, 12:49
Unknown Object (File)
Sun, Sep 1, 00:04
Unknown Object (File)
Thu, Aug 29, 15:18
Unknown Object (File)
Thu, Aug 29, 15:18
Unknown Object (File)
Thu, Aug 29, 14:31
Unknown Object (File)
Mon, Aug 26, 19:25
Subscribers
None

Details

Summary

A lot of code used 'package require http'. This change removed these
requirements and perform once the inclusion in Core.tcl.

For https:// support, ::http::register is called after tls has been
initialized to disable default SSLv3 support (and SSLv2) and enable
TLSv1. That will allow modern post-POODLE SSL negotation compliance.

Reference:

Test Plan

Tested on P2#14 and live in Daeghrefn.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dereckson retitled this revision from to Centralizes https configuration and force TLS only.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson set the repository for this revision to rVIPERSERV ViperServ scripts [legacy Mercurial repo].
dereckson added a project: Dæghrefn.
dereckson changed the visibility from "All Users" to "Public (No Login Required)".
dereckson added inline comments.
Daeghrefn/Communication.tcl
143

Package base64 has been removed too here.

dereckson edited edge metadata.
dereckson set the repository for this revision to rVIPERSERV ViperServ scripts [legacy Mercurial repo].

Restoring base64 line (it could be another idea to require all packages in one place but that's another debate).

dereckson edited edge metadata.
This revision is now accepted and ready to land.Nov 17 2014, 22:18