1
vote
0answers
148 views

Establish https on nonstandard port

I'm trying to estamblish https on port 55434 (different than standard 443). My nginx configuration looks like this: server { server_name example.org; listen 55434 ssl; ssl ...
1
vote
0answers
232 views

self-signed SSL certificate error: certificate has invalid digital signature

I have a c# program and part of it creates a self-signed certificate. The problem is when i try to import the certificate in MMC it says "This certificate has an invalid digital signature." And when ...
1
vote
1answer
47 views

use HTTPS to browse locally used site

I have a website used locally in my domain using IIS7 installed on Windows 2008. This website is bound to HTTP, and I need to bind it using HTTPS. I searched around and I saw that it's possible with ...
6
votes
3answers
8k views

The certificate is not trusted because no issuer chain was provided

Could anyone explain the meaning of this error message in plain English? Should I add an exception or I should not continue on this website? Technical details: the URL is here, the browser is ...
0
votes
0answers
142 views

Firefox says self-signed HTTPS sites error - The URL is not valid and cannot be loaded

Recently Firefox has started telling me that any HTTPS sites which use self-signed certs have Invalid URLs, where as the exact same URLs work fine in Internet Explorer 9. Internet Explorer at least ...
1
vote
1answer
1k views

How to accept a HTTPS server's invalid certificate in a given client machine?

A HTTPS server I'm browsing uses an invalid certificate. I want my machine to ignore this error and think that the certificate is valid. How to do that?
1
vote
3answers
546 views

What happens when 's' of HTTPS is removed?

I have this: https://194.16.222.100/ which corresponds to www.skanetrafiken.se. Using this, although the web browser says that there is a SSL error, I can access the web-page. However, when I remove ...
0
votes
2answers
1k views

How to easily deploy HTTPS in ubuntu 10.04?

I have an apache web server running on Ubuntu 10.04 and I would like to switch everything to HTTPS.
15
votes
1answer
22k views

IE9: Permanently accept untrusted certificate

When accessing a website via HTTPS which has an untrusted certificate, Internet Explorer 9 always shows me the following error message: Is there a way to import the certificate permanently, so that ...
0
votes
1answer
484 views

StartSSL Free Certificate and Plesk, https connection still unsecure

I'd just installed my certs correctly into my Plesk 8.3.0, I encountered some trouble with the "CA didn't sign the certificate" warning message but I solved it. Right now it seems to me that I ...
6
votes
2answers
430 views

How to tell which resources are loaded “insecurely” with Chrome using https

I understand this is because I'm loading some stuff via http:// but does that mean a single http reference can't appear in the source? Even in examples like <a href="http://...">...</a>? ...
2
votes
1answer
289 views

Are there any good resources that describe how https/SSL/TLS works?

I find it really hard to find online resources which go through the details of the following aspects of SSL work. Is a certificate of a website signed with the public key of a Certificate Authority, ...
4
votes
1answer
533 views

Why Chromium does not open the Gmail? (reporting a certificate error)

The error I get: The server's security certificate is revoked! You attempted to reach www.google.com, but the certificate that the server presented has been revoked by its issuer. This means that ...