Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-02-14 23:01:41

cxn
Member
Registered: 2007-04-27
Posts: 12

Encrypting traffic

Hi!
Currently all my commands to txp are sent in the clear (login names, passwords, authentication cookies, texts of articles, images etc) which is not good for my paranoia.
Encrypting with Javascript is not very good, because it is prone to man-in-the-middle attacks. I am looking for something more secure.

So…
is there a way to encrypt communications to textpattern admin interface?

Thanks in advance

keywords: ssl, ssh, encryption, traffic, certificate

Offline

#2 2008-02-15 06:30:06

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,330
Website Mastodon

Re: Encrypting traffic

Textpattern works on a HTTPS connection, too.

Offline

#3 2008-02-15 07:40:34

cxn
Member
Registered: 2007-04-27
Posts: 12

Re: Encrypting traffic

Yeah, I know but I don’t need to use encryption on all communication, just the admin stuff — the rest of the site could be unencrypted.

Something like ssh-client with ability to modify mysql databases would be perfect.

Searched the web and found nothing about secure login to the cms in general using open source products (except obviously ssl which encrypts all traffic).
Guess it is impossible at this moment.

Offline

#4 2008-02-15 08:02:20

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,330
Website Mastodon

Re: Encrypting traffic

Although I haven’t tested it in recent releases, the intended use of HTTPS in Textpattern is not restricted to an all-or-nothing decision. Use https://www.example.com/textpattern/ to access the backend, and use http://www.example.com/ as the public URL.

Offline

#5 2008-02-16 16:12:25

cxn
Member
Registered: 2007-04-27
Posts: 12

Re: Encrypting traffic

OK, thanks. I’ll keep that in mind.

Offline

Board footer

Powered by FluxBB