Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
74 views

How do we create an SSL certificate on a website hosted on a Mac OS Sonoma system using a third-party SSL provider?

We have a website that we are hosting from a MacBook. We would like to add an SSL certificate to the website itself. Is there a way to do this, or should we just add the SSL to the whole system? We ...
AJGomez's user avatar
1 vote
2 answers
365 views

https from Internet to a private server

I finished a local install of Nextcloud on an old pc I run as a server connected to my LAN. I can access it directly using the private IP address of the server in my local network. My question is ...
AhmedWael216's user avatar
0 votes
0 answers
93 views

mistaccaly created extra ssl certificate generate -> NET::ERR_CERT_COMMON_NAME_INVALID

i am very new to web hosting and you can check my website https://www.potatino.com/, it show error : NET::ERR_CERT_COMMON_NAME_INVALID i am using digital-ocean my certificates currently are: ...
ketan's user avatar
  • 1
-1 votes
1 answer
2k views

SSL certificates for local web applications [closed]

My understanding is that there are three ways you could go about setting up a intranet web server (local network only) for HTTPS. Self signed SSL certificate. Cons: Browsers typically don't likes ...
Chris_F's user avatar
  • 310
0 votes
0 answers
918 views

LetsEncrypt certificate (generated thru Vesta CP) does not work for subdomain at Centos 7

1 ) Add cert I've added up a SSL certificate for a subdomain sm.webscraping.pro (VPS, Centos 7) at VestaCP using Lets Encrypt support option, see below: 2 ) Files The certificate files are in the ...
Igor Savinkin's user avatar
0 votes
0 answers
42 views

How to fix SSL issue from 30-September-2021 [duplicate]

After having this SSL error, I have search and know that it start from 30/09/2021, cause from let's encrypt. I tried updating my windows, updating chrome, manually downloaded and added some ...
Pham X. Bach's user avatar
  • 1,253
1 vote
0 answers
2k views

How to troubleshoot ERR_CERT_AUTHORITY_INVALID error on specific site, on specific device, on specific browser?

I get the ERR_CERT_AUTHORITY_INVALID error only on a specific website, only on one Android phone, only using Chrome mobile. the site works (i.e. https is accessible without error) with every other ...
user avatar
41 votes
4 answers
20k views

cURL on Ubuntu 14: all Let's Encrypt certificates are expired (error 60)

Today out of a sudden all HTTPS requests, that my Ubuntu 14 server sends to websites with SSL certificates issued by Let's Encrypt, started to fail. The error produced by cURL is: curl: (60) SSL ...
Finesse's user avatar
  • 1,121
0 votes
1 answer
6k views

Can't reach apache server with ssl through haproxy

In my network i have a DNS server, a HAProxy server and 2 webservers. When i try to go through the haproxy (getting the domain IP from the DNS server) it gives me a different error then when i go ...
ben shalev's user avatar
0 votes
1 answer
588 views

Apache tomcat 9 SSL connector: have to manually write https:// the first attempt on a browser

thanks in advance for any help. I've set up an apache tomcat 9 environment to access my site with an SSL certificate. The issue is that I need it to be able to access to the site by just typing in the ...
Julio Orrego's user avatar
0 votes
1 answer
3k views

Why is Chrome not trusting imported, self-signed Root CA?

I receive in Chrome the error NET::ERR_CERT_AUTHORITY_INVALID even though I imported the company's Root CA into Chrome's trust store (via settings > certificates > authorities). I imported the ...
Alv123's user avatar
  • 121
-1 votes
1 answer
83 views

Enable SSL for any domain automatically

We are building a site builder and users can set their own domain. Is there any way to enable SSL for their domains automatically? For example, a wildcard letsencrypt certificate but not just for *....
hjahan's user avatar
  • 113
0 votes
0 answers
67 views

Chrome can't load HTTPS IP

I have so many applications that need to load in Chrome via IP but in https OpenVas Nessus Kibana and more .. I kept getting this on each one of them, there is no option for me to click "Visit ...
code-8's user avatar
  • 444
1 vote
0 answers
82 views

Angularjs PUT & DELETE Aborted on PreFlight with IE11

Our AngularJs WebApp communicates CORS CRUD operations against a WebApi service hosted in IIS that is SSL, and requires Certificates. All Verbs - GET, POST, PUT, DELETE, work in Chrome, but... IE11 ...
Ryan Lege's user avatar
5 votes
1 answer
9k views

Using HTTPS in client browsers on a local network without internet connection

I'm working on a web application running on a server. There will be clients (smartphone browsers) connecting to the server via HTTPS over a WiFi that wouldn't be connected to the internet. It would ...
McLayn's user avatar
  • 153
0 votes
1 answer
178 views

SSL lock invalid certificate

So I installed a self signed root certificate on my windows and then accessed my domain using https, chrome acknowledges the certificate from my domain but still has a not secure error instead of ...
user1074935's user avatar
0 votes
0 answers
789 views

Security warning while running signed JNLP file using javaws

Getting security warning while running signed JNLP file using javaws eventhough Self signed CA is in java trust store. Below security warning message was displayed.
Aaryan's user avatar
  • 1
0 votes
1 answer
923 views

LetsEncrypt cert works for HTTPS but not WSS

I installed a letsencrypt cert on CentOS 7 and get no errors when connecting with any browser with https://www.example.com. But trying web sockets wss://www.example.com:4445 produces ...
jerryrig's user avatar
0 votes
1 answer
1k views

How can I verify that an SSL certificate file matches the key file?

I recently received an error that my SSL certificate did not match the private key. How can I validate that the cert matches the key?
Moshe's user avatar
  • 1,301
1 vote
1 answer
2k views

SSL Certificate for IP Address 1.1.1.1? [duplicate]

How can a IP address have SSL Certificate with different issud to and not showing SSL error? https://1.1.1.1/ The above CloudFlare's site is HTTPS enabled and showing https://1.1.1.1/ in address bar....
Valarpirai's user avatar
0 votes
1 answer
329 views

Chrome dropping www subdomain on request

I have currently setup a website with a ssl cert which does not support wildcards and points to the bare domain. Upon testing the URL on different browsers I noticed that when requesting the domain ...
user3657850's user avatar
136 votes
3 answers
25k views

Why does my browser think that https://1.1.1.1 is secure?

When I visit https://1.1.1.1, any web browser I use considers the URL to be secure. This is what Google Chrome shows: Normally, when I try to visit an HTTPS site via its IP address, I get a security ...
Deltik's user avatar
  • 19.7k
1 vote
0 answers
560 views

Strongswan ikev2: https stops working on client when connected to vpn server

I have set up strongswan 5.3.3-1 on OpenWRT 15.05 based router. Followed this tutorial The certificate for Server side authentication is issued by Let's Encrypt - I use it for my synology box and it ...
drew1kun's user avatar
  • 2,167
0 votes
1 answer
89 views

How do I see why a site is "Not Secure"?

Chrome is reporting a website as "Not Secure". How can I find specific details of why it is making this assessment? If I click the "Learn More" link, it only shows generic information on a Google.com ...
William Entriken's user avatar
2 votes
1 answer
4k views

Is this setup of an HTTPS/TLS/SSL certificate for an Asus RT-AC3200 router via Mac OS X 10.10 and Chrome correct?

Using the following links I believe I was able to create and install a certificate and authority for my router so that when I connect to it via HTTPS it won't give me the warning screen about the site ...
Jesse Yishai's user avatar
1 vote
1 answer
2k views

Remove a pinned certificate from Firefox

I renewed my LetsEncrypt certificate on my Website where I used certificate pinning before. Now I removed those headers in my webserver config and the site works fine again without pinning. But on ...
rubo77's user avatar
  • 5,032
1 vote
1 answer
1k views

How to generate a X509 certifcate for testing with Certbot

I don't understand how to use Certbot. I tried: sudo certbot certonly --email [email protected] --webroot -w . -d chris.ca and it tells me: IMPORTANT NOTES: - The following errors were reported by ...
Jenia Be Nice Please's user avatar
8 votes
4 answers
6k views

How is ESET Smart Security able to intercept my HTTPS traffic?

Yesterday, ESET showed a notification to install the latest version of Smart Security, so I’ve clicked “Install”. Now, it appears that ESET can intercept HTTPS traffic in my browser. In Firefox, I ...
Šime Vidas's user avatar
1 vote
0 answers
3k views

Your connection is not private in Chrome and Internet Explorer

There is a problem with my Google Chrome and Internet Explorer when I am visiting https sites mostly google.com and anything related to Google is not working... See screenshot of chrome and internet ...
Code Mountain's user avatar
-1 votes
2 answers
3k views

SSL certificate warning error for a website running on http and https

We have the website which is running on both http(80) and https (443). We purchased the SSL certificate and installed. It is working well for the web sites running only on https. If we access the ...
1231's user avatar
  • 3

15 30 50 per page