Certbot letsencrypt renewal attempts failed ‘ascii’ codec can’t decode byte 0xe2

I have used Certbot https://certbot.eff.org/ over 500 websites till now. Certbot Automatically enable HTTPS on your website with EFF’s Certbot, deploying Let’s Encrypt certificates. Read more articles about Certbot Here Certbot allows many servers (Nginx / Apache / Wowza / Icecast) to enable AUTOmatic SSL renew using Cronjobs. But sometimes Copy/Paste make strange errors in … Read more

Install SSL Letsencrypt on Centova Cast

Thanks for reading my post for “Install Centova Cast” I was working on Radio Streaming Project for Alexa Skills. So I need SSL / HTTPS enabled for Centova Cast http://radio.domain.com:2199/ http://radio.domain.com:2199/ => https://radio.domain.com:2199/ Note: Please replace domain name “radio.domain.com” with your own domain. Here are some helpful links from centova.com website http://www.centova.com/en/faq/cast3/information/lets_encrypt http://www.centova.com/doc/cast/installation_manual/08_Configuring_SSL http://www.centova.com/doc/cast/installation_manual/04_full_installation First … Read more

SSL vs VPN

Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide communication security over the Internet.[1] TLS and SSL encrypt the segments of network connections above the Transport Layer, using asymmetric cryptography for privacy and a keyed message authentication code for message reliability. Plain HTTP Data from Server to Client … Read more