Your connection is not private Attackers might be trying to steal your information from abc.ind.in (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_COMMON_NAME_INVALID

Hi Team I am facing the Your connection is not private

Attackers might be trying to steal your information from abc.ind.in (for example, passwords, messages, or credit cards). Learn more

NET::ERR_CERT_COMMON_NAME_INVALID

I am trying to install godaddy certificate on nextcloud 12 image earlier the letsencrypt certificate installed and it was working fine. but when we try to install go daddy certificate it throw error

Valuable support need to me.

Thanks & Regards
Meraj

Hello @merajansari87 ,

Sadly enough your post is missing almost all specific technical information. Thanks for your post, but please take a little time to get acquainted with the forum and make a stronger effort to troubleshoot. It is the least you can do when asking others to help you:

  • Search your question as keywords on this forum. If you find something useful, link it directly into this post.
  • Search the internet using your issue as generic keywords. Specificity is king:
    • php modules missing Ubuntu Snap update
  • If you have an error message, repeat this process to search for your error on the forum and internet.
  • If you do not find an answer, you are likely using the wrong keywords. Try simplifying your search on the forum and internet even more.
    • nextcloud php modules missing
  • Once you’ve done this you should be able to edit and update your post with specific technical information we can use to help you.
  • Check Nextcloud admin documentation

Please edit and update your post to include:

  • Direct Links to any useful info pages, posts and other info you find.
  • Add screenshots to your post for context
  • If you have large log files to attach you can link to a pastebin
  • Fill out our support form and add into your post.

These are the exact same steps we volunteers will be following to help you! So, get to it!

Cheerio,
JimmyKater

1 Like

Thanks Jimmy Katter

Actually I am trying to install godaddy ssl certificate on one of my next cloud ubuntu server which installed apche2.

On the same server letsencrypt certificates are working fine but in case of godaddy certificate we are facing above issue on browser.

All certificate are form of pem files.

We have also configured apache configuration.

# The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating # redirection URLs. In the context of virtual hosts, the ServerName # specifies what hostname must appear in the request's Host: header to # match this virtual host. For the default virtual host (this file) this # value is not decisive as it is used as a last resort host regardless. # However, you must set it for any further virtual host explicitly. #ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html

# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn

ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf

Include /etc/letsencrypt/options-ssl-apache.conf
ServerName ffods-uat.ffcadelivery.finfort.ind.in
ServerAlias ffods-uat.ffcadelivery.finfort.ind.in
SSLCertificateFile /etc/letsencrypt/live/abc.ind.in/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/abc.ind.in/privkey.pem
#SSLCertificateFile /home/ubuntu/certs/ssl/pem/fullchain.pem
#SSLCertificateKeyFile /home/ubuntu/certs/ssl/pem/privkey.pem

vim: syntax=apache ts=4 sw=4 sts=4 sr noet

If Let’s Encrypt was working and GoDaddy throws this error, then typically the problem is the name on the certificate does not match the browser URL.

How to install godaddy wildcard certificate on nextcloud AWS EC-2 Ubuntu server?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.