Skip to main content

All Questions

Tagged with
0 votes
1 answer
5k views

How to create SSL certificate with multiple DNS entries, signed with my own CA certificate

I need help creating SSL certificate with multiple subjectAltNames, signed with my own selfbrewed CA certificate. What I need: I'm on OSX 10.10.5 I have myCA.cer which I use to sign another SSL ...
drew1kun's user avatar
  • 2,167
1 vote
3 answers
2k views

https certificates for 2 IP addresses on the same server

We are working on a router-like device which can have it’s own access point and be connected to another router. We want to have https on the management web page using a valid certificate (not a self-...
Acampoh's user avatar
  • 31
-1 votes
2 answers
1k views

Is the data sent from web server to browser is really more secured in https than http?

I was just reading about the differences between http and https briefly. And what I have not understood is the following possible scenario: Everyone has SSL public key right? So, anyone can get the ...
GP92's user avatar
  • 309
9 votes
4 answers
57k views

SSLCipherSuite settings in Apache for supporting TLS 1.0, 1.1 and 1.2

I have an Apache 2.4.7 web server running multiple domain names using a single IP address. As a result of the Poodle vulnerability, I added the following SSLCipherSuite line. It worked fine for a ...
Kristian's user avatar
  • 320
0 votes
1 answer
6k views

How to properly install SCR3500 card reader on mac - Mac OS X 10.6.8?

I am trying to login into some secured site and I am required to use SCR3500 card reader. I found and installed some drivers - http://support.identive-group.com/download_scm/download_scm.php?lang=en. ...
Ascorpio's user avatar
  • 121
1 vote
2 answers
685 views

Downloaded a Firefox Addon on addons.mozilla.COM. Ignored Untrusted Certificate. Should I worry?

This site: https://en-us.add-ons.mozilla.com has an untrusted certificate. (At least with my browser: Iceweasel 24.2.0) I find that highly suspicious. But I do not know enough about such ...
AndreasT's user avatar
  • 769
0 votes
2 answers
917 views

How can I tell whether PFS is enabled?

I have kinda 2 questions.. first, is this setting considered "secure" ? Second, how do I tell whether perfect forward secrecy is enabled? ssl_session_timeout 5m; ssl_protocols TLSv1 TLSv1.1 ...
Daniel W.'s user avatar
  • 1,992
2 votes
1 answer
1k views

Multiple websites on one server/IP; only one with SSL

I recently acquired an SSL certificate for my primary site (https://wemarsh.com/). It works great, and I've even set up an .htaccess rule so all traffic on that site is encrypted. (I'm running Apache.)...
Eric Marsh's user avatar
29 votes
3 answers
97k views

How to add a self-signed certificate as an exception in Chrome?

I have a number of network devices that I access over HTTPS. However, they are self-signed certificates, so Chrome displays a warning page. In earlier versions of chrome, I seem to remember an "add ...
Force Flow's user avatar
  • 4,116
1 vote
0 answers
111 views

How to only accept certificates issued by user-specified CA per domain?

Question Is it possible in Chromium or Firefox to only accept SSL certificates issued by a user-specified CA for a specific domain? Background When you have set up your own certificate authority ...
andrenarchy's user avatar
4 votes
0 answers
4k 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 ...
majkel's user avatar
  • 49
2 votes
0 answers
1k 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 ...
for-each's user avatar
  • 133
1 vote
1 answer
77 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 ...
IT_LAAL's user avatar
  • 11
18 votes
3 answers
70k 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 ...
Ali's user avatar
  • 325
2 votes
1 answer
6k 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?
Jader Dias's user avatar
  • 16.1k

15 30 50 per page