Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
24 views

Certificate disappearing from Trusted Root Certification store

I am using a self-signed certificate for testing SSL locally on my development environment - I insert the certificate into my trusted certification store and everything is fine, but a few hours later ...
0
votes
0answers
20 views

Mutt will not let me save an SSL certificate

I have just set up Mutt to connect to my firm's IMAP and SMTP server. Everything works; but when I launch mutt, I get a warning about the certificate, and am given the option to: (r)eject, accept ...
0
votes
1answer
27 views

decrypt local ssl traffic (MacOS)

I am trying to reverse engineer a protocol which uses HTTPS exclusively. On Windows I was using oSpy to view the plaintext of local SSL packets, but for MacOS I have not been able to find an ...
0
votes
0answers
30 views

Getting an IE error after accepting a site's certificate

There is a partner site, that I connect to through HTTPS and with a custom port. I am using Internet Explorer. When I go to that URL, I get a prompt from Internet Explorer, saying "There is a problem ...
2
votes
0answers
45 views

How to create private security certificates that behave like official ones?

I'm trying to get a valid secured environment for HTTP communication to behave like normal ones. I'm doing this for a restricted group of users. There is a hardware server running a web service ...
-8
votes
1answer
70 views

My system date is set to 2010, how can I get rid of SSL errors? [closed]

My system date is set to 2010. Every time I visit some HTTPS link there is a error page The server's security certificate is not yet valid! Is there any way to tell the browser (preferably ...
0
votes
1answer
26 views

Convergence - If I install it, I can remove the installed CA's in my webbrowser?

After I installed Convergence ( http://convergence.io/ ) Firefox Add-on, I can remove the installed CA's from my webbrowser? Is it true?
0
votes
1answer
60 views

How to disable SSl in google search? [closed]

Everytime I search something I get redirected to https://google.com How can I disable the secure connection thing? I just want google.com. I didn't find any settings for this in my Google account
0
votes
0answers
54 views

ssh through port 443 alongside webserver

I'm looking to move ssh off port 22, and had tried out sslh; sslh ssl/ssh multiplexer - accepts HTTPS, SSH, OpenVPN, tinc and XMPP connections on the same port. This makes it possible to connect to ...
0
votes
3answers
148 views

Internet Explorer refuses to connect to sites with untrusted SSL certificates

IE has started exhibiting a strange behavior. We have several intranet nodes (routers) that are configured to use HTTPS for access, but which have untrusted / self signed certificates on them. At ...
2
votes
2answers
81 views

How do I know that notary servers are blocked on my firewall?

If I enable Convergence I get these warnings. How can I know that my firewall blocks the communication with the notary servers? How can I test it under Linux? (Ubuntu 10.04 LTS) I tried to add ...
3
votes
1answer
50 views

How to find what elements on SSL page are insecure? [closed]

Possible Duplicate: How to tell which resources are loaded “insecurely” with Chrome using https I"m using a major tax site for this year's taxes, and I am getting the "Some ...
0
votes
0answers
58 views

How does SSL-VPN tunneling and encryption work?

I have a few questions on SSL-VPN (Tunnel, not portal version). Question 1 is probably the one I'd like answered the most, out of my four questions. How exactly does SSL-VPN tunneling work (Feel ...
0
votes
1answer
64 views

SSL-VPN connection out into internet?

Is it possible for me to "rent" a web server, use a cisco AnyConnect client on my machine, create an SSL-VPN tunnel to the server I am renting and then use this to tunnel my internet connection onto ...
2
votes
1answer
35 views

SSL/TLS and VPN-SSL?

As I understand it, SSL/TLS is used when we visit a website using https. However, using this method only encrypts the data and not the IP address of the website we're requesting. If you use a VPN ...
1
vote
3answers
39 views

SSL/TLS would it make http requests invisible?

Just wondering, if you use SSL/TLS at the application layer would this make anybody trying to sniff between my client and the router unable to see which websites I am requesting to see? Same with a ...
1
vote
1answer
100 views

Can IPSec (or any other VPN tunnel) hide your IP address while browsing?

Is there a VPN/tunnelling method which you can use to browse the web, but will also prevent somebody from seeing your IP address if they were sniffing the network? I wasn't sure if the IP address ...
1
vote
0answers
35 views

Preventing Internet Explorer from “remembering” an old SSL certificate

A website I'm using has switched recently from a GoDaddy SSL certifcate to a StartCom certificate, which works fine in most cases. The original GoDaddy certificate expired last year. However, in ...
0
votes
0answers
80 views

When will the webbrowsers have TLS 1.2 support? [closed]

https://en.wikipedia.org/wiki/Transport_Layer_Security#TLS_1.2_.28SSL_3.3.29 and http://www.theregister.co.uk/2011/09/19/beast_exploits_paypal_ssl/ when will the webbrowsers have TLS 1.2 support?? ...
3
votes
3answers
58 views

SSL/TLS vs SSL/TLS-VPN

Whats the difference between using SSL/TLS in a web browser and an actual SSL/TLS VPN? Is SSL/TLS actually the pure technology and when one uses https:// in a browser this is a vpn connection?
0
votes
1answer
96 views

Trust SSL certificate to local system account

I have the following need: A windows service needs to connect to a svn repository through https. The service needs also to run as local system account for IO permissions on the machine. Now when the ...
1
vote
1answer
27 views

How to setup SSL?

I have been now researching since two days and can't find a clear answer. I have purchased a Premium SSL certificate. Once I have created a Certificate Signing Request (CSR) and send it to them to ...
1
vote
0answers
74 views

Chrome says “This page contains some resources that are not secure” in all https websites

When I go to Gmail website (it is https), I see a red https with a line in address bar, and when I click on the icon near the URL, There is a sentence "... However, This page contains some resources ...
1
vote
2answers
288 views

Can't get Visual SVN server working with self-signed certificate

I have recently upgraded to the latest VisualSVN server (on Windows) and now when I try to connect to it from my Linux svn command line client, I get this error: svn: OPTIONS of ...
0
votes
0answers
50 views

mysql ssl replication account login works, replication fails

I'm using openssl to test mysql replication ssl in local network. I could login from the slave to the master using mysql command. mysql -u repl --host=192.168.0.205 -p ...
0
votes
0answers
31 views

Get a log file from OpenSSL

How to edit openssl configuration file to create a log file for each openssl command?
0
votes
2answers
171 views

Is there a tool to decrypt all SSL/SSH traffic originating from this computer?

I expect the program to scan memory of all local processes (or debug them, or provide crypto libraries with hook like in LD_PRELOAD) and use keys to decrypt traffic, making it analysable with ...
0
votes
1answer
198 views

Https connection in java

I have successfully generated a keystore using keytool -genkeypair -alias SomeAlias -keyalg RSA -validity 365 -keystore NAME.keystore -storetype JKS placed it in tomcat config dir and updated ...
0
votes
2answers
198 views

Connecting a Brother MFC 8890DW to SMTP via SSL

Currently able to scan to email using aspmx.l.google.com on port 25. Everything I've read about the 8890DW talks about SSL, but nowhere does it say anything specific. When trying to connect to ...
2
votes
0answers
206 views

AnyConnect SSL VPN Connected but unable to ping my inside LAN

I am trying to configure Anyconnect SSL VPN and it is killing me, I am able to connect to the VPN on a laptop, witch is able to download the anyconnect client from the ASA and I can also connect to ...
0
votes
2answers
75 views

How to fetch a list of current SSL connections in Windows?

We have computer and an application written in Java. The application must work with SSL only. Is there any way to fetch a list of current SSL connections?
12
votes
9answers
5k views

Mac OS X Lion 10.7.2 update breaks SSL

Summary After updating from 10.7.1 to 10.7.2, neither Safari nor Google Chrome can load GMail. Spinning Beachballs all around. The problem isn't GMail; Firefox loads GMail just fine. The problem ...
0
votes
1answer
44 views

Firefox 3.6 and 5 won't stop complaining about certificates

I have OS X 10.6, and I was recently using Firefox 3.6, and sites kept on complaining about ssl-certificates. I decided to upgraded to Firefox 5 to see if this would fix the issue, but Firefox keeps ...
1
vote
1answer
153 views

How do SSL chains work? [closed]

Why are intermediate certificate authorities required? When would an intermediate certificate be used? How do I verify the chain from the intermediate certificate to the root certificate? What are ...
4
votes
1answer
796 views

Lion Unable to Load SSL Sites

OS: Mac 10.7.2 (Lion) I've been unable to load any SSL sites on any browser. Chrome gives error 7 (ERR_TIMED_OUT), but this occurs across all browsers. I've tried different DNS, flushing DNS, and ...
0
votes
1answer
123 views

Can the Telnet/Netcat client communicate over SSL?

I would like to test client connections with IMAP over SSL, HTTPS, and other secure text-based Internet protocols over SSL/TLS, the same way I would using Telnet or Netcat if they were not tunneled ...
2
votes
0answers
67 views

Enabling SSL on the ColdFusion 8 built-in web server

So I followed the instructions here with CF8 on winXP: http://www.cfchimp.com/wordpress/2008/08/enabling-ssl-on-the-coldfusion-8-built-in-web-server/ and got the following error: Any idea what is ...
1
vote
3answers
163 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
0answers
73 views

Google Chrome custom search engine for secure Wikipedia

I have this custom search engine set up in Google Chrome: https://encrypted.google.com/search?q=site%3Aen.wikipedia.org+%s&btnI=745 It searches Google for site:en.wikipedia.org {query}, and the ...
4
votes
1answer
150 views

Finding insecure content on the page

When Chrome accesses a page that has some insecure content on the page, it puts a slash through the https:// and says that that is the case. How can I find the content that is not secured without ...
0
votes
0answers
55 views

SNI SSL Certificate - where to purchase [closed]

I'm looking around to buy an SNI SSL certificate for use with Heroku, but I can't seem find any one who sells them! The certificate needs to be trusted in any modern browser (not winXP). I don't ...
0
votes
2answers
41 views

Sign SSL certs with a master SSL cert

We have just been granted a wildcard SSL certificate for a sub-domain that we manage (e.g. *.service.test.com). Rather than use this certificate on all of our IIS servers, I have been asked to use ...
2
votes
1answer
17 views

If I change the default ciphers on a Windows client PC, is there a way I can test the change?

Is the a tool that allows me to test the change or an online application that tests the update?
2
votes
1answer
60 views

Does changing cipher defaults on a client PC make a difference when using SSL/TLS?

If I am running Windows 7 and change the default ciphers on the PC, does this affect the connection between the client and server? If a similar change is only made on the server, does it affect the ...
1
vote
1answer
156 views

TLS 1.0 Unchecked Unable to open GMAIL, HOTMAIL and other Logins?

I am using Firefox 6.02 and Windows 7 x86 version. I was recently unable to log in to Gmail, Hotmail and other such websites. I checked the preferences and figured out there was some security issue as ...
1
vote
0answers
81 views

SSL - how to trust localhost in Chrome?

In this previous question, SSL in Tomcat 7, I worked out how to get IE to trust a localhost certificate from my local Tomcat. That's ok for IE, but Chrome still doesn't trust it: I understand that ...
1
vote
2answers
166 views

Firefox 6 - disable self-signed certificate alert

I'm using few webapps that are using self signed SSL certificates. I remember from old FF, that when there was something wrong with certificate, page was displayed informing about how unsafe this is ...
1
vote
2answers
30 views

Cert information - Firefox Add-on

Does anyone know a good add-on or method for Firefox to always show information about the used certificate, when visiting a HTTPS site? Something like this:
2
votes
3answers
329 views

Security Warning: The Server you are connected to is using a security certificate that cannot be verified. The Target principal name is incorrect

I'm trying to get my mails using Outlook 2007 and POP3 using SSL but I get this security warning every time I try to receive mails: The Server you are connected to is using a security certificate ...
1
vote
0answers
70 views

Is my network under man-in-middle attack?

Once every few days when I visit some website that has SSL encryption, Firefox gives me "This connection is untrusted" error. When I tried to add exception, it wouldn't let me because the "Confirm ...

1 2 3 4