ssl

  1. B

    Solved CERTBOT: fullchain.pem vs privkey.pem

    Hi! I have used CERTBOT and successfully get the SSL certificates. However, I don't understand the purpose and difference between these 2 files: /etc/letsencrypt/live/domain.com/fullchain.pem /etc/letsencrypt/live/domain.com/privkey.pem What does each one do? Thanks!
  2. B

    OpenSSL error : unable to load Private Key

    Hi! I have created a public-private keypair with ssh-keygen and I have both id_rsa and id_rsa.pub. I'm trying to encrypt/decrypt files with openssl. If I cypher the file with cat plain_file | openssl rsautl -encrypt -pubin -inkey /tmp/id_rsa.pub > /tmp/encrypted.txt it works. I try to...
  3. S

    LAMP, all sites secure but /example.com/phpmyadmin is not [Resolved]

    I have set up and am running 4 different servers for clients and myself, three Debian 11 and one Ubuntu 20.04. I thought I set them all the same, but one of the Debian servers shows not secure when going to example.com/phpmyadmin. All my other sites are secure; I have a wildcard cert installed...
  4. jeremyy44

    SSL with openssl made everything stop working

    So basiclky yesterday I tried to use a self signed ssl using openssl but since creating it using the command sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt most of myy things like nextcloud and...
  5. J

    Https not redirecting on apache 2 virtual hosts (SSL by certbot)

    Hello everyone, I have my pi running debian buster. I set up a cloud with the subdomain cloud.example.com and a website as example.com. I installed SSL using certbot. It seems all to be working except that if I type http://www.example.com it doesn't rewrite to https://www.example.com. All other...
  6. G

    mitmproxy not showing any traffic linux mint 19

    I installed mitmproxy using pip3. I ran it to get the certificate, installed the certificate on my android phone. I followed steps 1-4 of this guide to forward the necessary ports/ips and start up mitmproxy. I changed the default gateway of the network i'm connected to on my phone, to the ip of...
  7. D

    Nginx Error - HTTPS

    Hi all, Apologies if I have posted this in the wrong section of the forum but I could not find anywhere else to post this. I am relatively new to nginx and have installed and configured it as a reverse proxy. All the virtual hosts I have set up thus far are working fine. The problem has arisen...
  8. Z

    how to configure ssl in Centos 5.9 ??

    Hiii , how to configure ssl in Centos 5.9 ,, the type server is apache of LAMP ???
  9. InterceptorF

    Port 389 and 636 are using old SSL I need to fix - ideas?

    389 handshake failure for SSL2 SSL3 and tls1.2 and 636 fails for SSL2 and TLS1.2 but does connect on SSL3. Question: What does it take to create new certs and apply them for ports 389 and 636? < syntax? Here is what I have Any insight on getting the cert to be assigned to the 389 and...
  10. S

    Does an SSL security cert help when connecting via SSH?

    Hi all, I home-host my website and a few other services. If I remotely connect to my server across the internet using SSH, this is on internal server Port 22 (via whatever external router port number I decide to configure). If I have an SSL Security Certificate, it means I can serve web...
  11. R

    LetsEncrypt: Free Valid SSL certificates for everyone!

    I recently read an article in the Fedora Magazine about LetsEncrypt entering Beta Testing. It seems awesome. https://fedoramagazine.org/letsencrypt-enters-public-beta/ https://fedoramagazine.org/letsencrypt-now-available-fedora/ I'm going to try it soon.
Top