A place to search for and ask for support

JP's picture

Enable TLS 1.3 on LAMP

Forum: 

Good morning,

I've followed various how-to's on enabling TLS 1.3, however apache is stating that the cipher suites can only be a comma delimited list. I've inserted these:

     SSLProtocol -all +TLSv1.3 +TLSv1.2
SSLCipherSuite    TLSv1.3   TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256
SSLCipherSuite    SSL       ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256

Is this because of the apache2 version running?

JP's picture

LAMP - Strange SSL issue, Forcing SSL not working

Forum: 

Good morning!

Long time turnkeylinux user here. 

I'm having a strange issue forcing SSL - I've included this in my rewrite rule in the virtual host conf, however it won't force SSL. If I manually visit the website using http, and specifying a certain page, it still allows me to connect insecurely, and won't force. Is there something I am missing here?

Jose Manuel Andrade Pereira's picture

NO-IP TURNKEY LAMP

Forum: 

Install NO-IP DNS Client on TURNKEY LAMP:

1. Go to Shell Box:

apt-get install build-essential gcc -y

cd /usr/local/src

wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz

tar xzf noip-duc-linux.tar.gz

cd noip-2.1.9-1

make

make install

2. Configure NO-IP:

khantroll's picture

Adminer Issues

Forum: 

Hi all! I'm trying to deploy Moodle via turnkey hub. I've got the server instance running, but I'm trying to migrate out site from a locally hosted server to the turnkey instance. As step one is to migrate the database, I thought I'd try to use Adminer which is part of the image. However, when I try to login none of the user accounts I've setup work. Further, Adminer will only show MySQL as the database to connect to, but when I run "mysql -u root" on the server I'm redirected to MariaDB. 

Has anyone else had this problem? 

Observium and Postfix

Forum: 
Tags: 

Hi everyone,

(amature to linux) anyway I have Observium install and running however am unable to get postfix to work I have done the config to work with office365 however i am getting the fallow errors.

 

Disorganise's picture

Wordpress won't update via GUI

Forum: 

Hi,

I'm running turnkey wordpress on Windows 10 hyper-v.  It runs fine, and updates plugins ok, but wordpress updates such as 5.2.3 don't seem to work.  I click the update and let it sit there and check the next day and still have the update message.

for the 5.2.2 updgrade, I found instructions on how to do it via the command line, which I can follow again obviously.  But it would be nice to know why it won't work through the web page, and if it is fixable.

Anthony's picture

Deny unauthenticated access to https://redmine/svn/helloworld

Forum: 
Tags: 

I have just downloaded and installed the redmine appliance and set the "authentication required" setting within redmine but I can still browse to https://redmine/svn/helloworld and presumably git also

I have tried editting the apache2.conf file and restarted the service as suggested in some other posts but with no success

sachin bhardwaj's picture

update owncloud 10.0.10 to 10.2.1

Forum: 

how to update owncloud turnkey appliance 10.0.10 to 10.2.1 and wher is installation directory.

j1gg3's picture

mayan-edms docker container path for persistent data?

Forum: 

Hello,

I have set up mayan-edms but unfortunately I don't know which container path needs to be passed to my host. Mayan documentation says it's the config path folder but within turnkey linux mayan container it seems to be another path.

Thank you in advance.

 

 

Abhinav Bipnesh's picture

Enable password only access to apache2

Forum: 
Tags: 

I am using revision control image. There is no authentication for accessing the pages or SVN / Git web views.

I wan to put some level of authentication so that it will ask for username and password. I tried to creating .htpasswd and put below block in svn.conf & git.conf.

AuthType Basic
AuthName "Restricted Content"
AuthUserFile /etc/apache2/.htpasswd
Require valid-user

But it didn't work. Also tried creating /var/www/.htaccess file with above content but it didn't work.

Pages