Chrome error: 'ERR_SPDY_PROTOCOL_ERROR
Tried this as well - Nginx does not restart after this. I copy pasted this exact cipher after ssl_ciphers and before ; but after saving nginx does not restart.
View ArticleChrome Security Issue
cktalon: nano /var/www/your-domain-name.com/conf/nginx/ssl.conf No.. I see only ssl on; onwards...
View ArticleVideo tutorial: Fix ssl Chrome SECURITY
ERR_SPDY_INADEQUATE_TRANSPORT_SECURITYVideo :Code: https://goo.gl/fsK1jN
View ArticleChrome error: 'ERR_SPDY_PROTOCOL_ERROR
then u have done something else. share your nginx config file
View ArticleChrome error: 'ERR_SPDY_PROTOCOL_ERROR
What's your sudo nginx -t says?orsudo cat /var/log/nginx/error.log says?
View ArticleChrome error: 'ERR_SPDY_PROTOCOL_ERROR
1- Nowadays, all nginx configs needed IPv4 and IPv6 settings. If you have listen 80; into a line, then you need listen [::]:80; also. Keep it simple. Unfortunately, none redirect or domain .conf file...
View ArticleGoogle Search Console (webmaster tools) can't find instructions for redirection
I used the plugin Blogger to Wordpress. All seems perfect redirect.BUT Google Webmaster tools show an error when I try to change adress to my old blog.Thay say: Impossible to find instructions for 301...
View ArticleGoogle Search Console (webmaster tools) can't find instructions for redirection
Please check this discussion http://community.rtcamp.com/t/blooger-dont-accept-the-new-template/347. Hope it will fix your mentioned issue.
View ArticleChrome error: 'ERR_SPDY_PROTOCOL_ERROR
-t says line of ssl_cipher has some issues (basically i had copied the above mentioned ciphers to my ssl.conf and post that nginx would not start)...
View ArticleGoogle Search Console (webmaster tools) can't find instructions for redirection
thanks but this is not my case.I set classic theme before redirectredirect work wellbut google search console say that there is no istrunctions for 301 redirection.So I can't change adress. Can you...
View ArticleLets encrypt DNS propagation
Tried these with no luck.. Opendns cache reports the correct Ip, Google Public DNS reports flush ok, but easyengine is unable to verify the challenge.
View ArticleChrome error: 'ERR_SPDY_PROTOCOL_ERROR
please remove the one on ssl.conf and place the ssl_cipher only on nginx.conf
View ArticleInstall WP using EE on 2 DO droplets - one for WP and one for MySQL
@vyname, you can do that, but I'll encourage make it from scratch, without EE. Anyway, between 2 droplets, you can use the internal ip 10.x.x.x to connect them.
View ArticleCannot Access to Admin tools (port: 22222)
Hey Everyone, I am new around and generally newbie with VPS Servers etc. I have stuck in one thing , I can't access to mydomain:22222, I am getting the following error Opera showing "invalid...
View ArticleCannot Access to Admin tools (port: 22222)
@Cyberangel Open /etc/nginx/nginx.conf and look for ssl_ciphers line replace that line with ssl_ciphers...
View Article[SOLVED] Mail server problems
Hello wcat! Thanks for your response. I've been trying some workarounds and I've managed to solve both issues. The IMAP test didn't work on 993 port because dovecot ssl config was not set...
View ArticleSSL/TLS and dovecot support for email stack
Hello Hakabe! I've just come trough a painful way to get my mail server working (http://community.rtcamp.com/t/solved-mail-server-problems/8466) You're going to need a ssl certificate. You can create...
View Article[SOLVED] Mail server problems
Hey Deivri interested in quota? Here is my 98-wcat.conf I created #mail_privileged_group = vmail mail_plugins = quota ## ssl ## ssl = required ssl_cert = </etc/ssl/certs/dovecot.pem ssl_key =...
View Article[SOLVED] Mail server problems
Also this script that will regenerate Dovecot dhparam once a month. #!/bin/bash # Regenerates our Diffie-Hellman parameters periodically. # Author: James F. Carter; 2015-07-14 # Uses bash-isms...
View Article