Secure Sockets Layer (SSL) is a cryptographic protocol that provides communications security over the Internet. The more modern version of this protocol is Transport Layer Security (TLS), specified by the IETF in RFC 2246.
0
votes
0answers
3 views
WCF service and Thinktecture Identity server
im using the thinktecture identityserver Security Token Service im trying to set up a scenario where I have a client using a WCF service. I'm stuck at a point where I get next error:
There was no ...
0
votes
1answer
6 views
Using pip with 'insecure' mercurial
Is it possible to use pip with a requirements file to install from a Mercurial repository which needs to be accessed using --insecure in order to work.
The repository is accessed via SSL, and due to ...
0
votes
0answers
5 views
run YATE on windows with sip/rtp ssl encription
I want to run YATE on localhost with ssl encription.
Without ssl, if i use udp or tls type of listener- etherithing is OK - i check by yate-client on same machine.
But with ssl enabled - i cant to ...
-1
votes
1answer
14 views
Azure Website Certificate Signing Request (CSR) [closed]
I am running my website on Windows Azure. It's a Website in shared mode.
I want add a SSL certificate that I have purchased from GoDaddy and for me to get the certificate I need to give GoDaddy my ...
0
votes
1answer
11 views
Custom 404 error redirect not working for https requests in htaccess file
I have a simple 404 redirect in a .htaccess file which works fine for Http requests:-
ErrorDocument 404 /apps/handle_error.php
The handle_error.php returns an appropriate PNG image depending on the ...
0
votes
0answers
16 views
Why does PayPal intermittently give SSL errors?
I'm using PayPal to take payments on my website.
30% of IPNs bail out with the following cURL error. It works fine the other 70% of the time.
Unknown SSL protocol error in connection to ...
0
votes
1answer
18 views
Java SSL Safety
I have a client-server model that uses SSL on every connection. I have used Java and the common libraries to program this. I have two questions regarding the SSL safety:
1) Is it considered safe to ...
0
votes
0answers
14 views
Connect HTTPS using SSL Android
I need to login using SSL from android to HTTPS server. I am using below code. I am getting error code 400. Any example will help or let me know where I am doing mistake. I am very new to SSL ...
0
votes
0answers
7 views
Securing Paypal _cart with ssl
So I'm working on an online shopping web page and am currently trying to secure with SSL the cart submit button into Paypal. That is, I'm using a button following the 143rd railscast (link here), ...
1
vote
1answer
9 views
Makecert still what to use to self sign?
I don't have makecert anywhere on my system despite having 3 Vstudio editions and several SDK's. Can someone please tell me where I can find a copy or how else I should generate a certificate to test ...
0
votes
0answers
4 views
CefSharp/Ajax - Unknown SSL error -12167
I am using v1.19.0.41824 of CefSharp in a VB.NET app targeting .Net 2.0.
I have a poller running when the js app loads that sends an AJAX GET request to a REST service. This request fails leaving this ...
1
vote
1answer
10 views
Reg: SSL Certificate Changes
We have recently changed out SSL certificates on our application and there are some external tools that connect to our application like excels, my question:
Do we need to make any changes to excel ...
0
votes
0answers
14 views
Tomcat trial Thawte certificate
I purchased a trial Thawte certificate. They gave me 3 certs:
root certificate
intemediate certificate
trial certificate
I did the follows:
Created keystore and local key pair (keytool -genkey ...
0
votes
1answer
11 views
Java SSL javax.net.ssl.SSLException: Received fatal alert: internal_error
I finally managed to get SSL working between clients and my server... Atleast when running it directly from Netbeans.
Client network init code:
private Network(final String hostname, final int port) ...
-1
votes
1answer
33 views
How to block untrusted certificates?
I have SSL connection. If I use feddler or Charles app, and I can to see decrypted SSL data. How I can to prevent this bug?
Update:
I was NOT imported the certificate for Charles, my android device ...
1
vote
0answers
12 views
iCal Feeds SSL error on Drupal 7
I installed Calendar, iCal and Feeds for import event feeds from Google Calendar. I created new feed and when I try to import feeds from GoogleCalendar I got the following error:
cURL error (60) SSL ...
0
votes
0answers
19 views
Java client-server using SSL/TLS
I would like to implement SSL on my server using Certificates.
Users will need to download the Client.
The server will run as a standalone .jar and most likely not inside some other environment.
...
0
votes
1answer
14 views
Verify Incomming SSL Using OpenSSL S_Server
We are wanting to use two way certificate authentication using open ssl.
When we open s_server as follows, the client is able to connect to my server:
openssl s_server -accept 12345 -cert ...
0
votes
0answers
22 views
sshd service listening on multiple ports [migrated]
Well, I need use multiple and distinct ports where sshd will be listening, for distincts clients. Each client connect a different ssh port in real time.
Can I put sshd service listening on multiple ...
0
votes
0answers
8 views
Choose between Virtual Directory or Website
I have different web sites, say Site1, Site2, Site3
On IIS web server, for deployment, I have two choices,
1) Create Sites for each of them on different port.
> http://servername:5000 == ...
0
votes
0answers
13 views
BasicHttpBinding service with both Http and Https
I've written a WCF service with BasicHttpBinding, which works with both http and https. My configuration for the service was as below.
<system.serviceModel>
<services>
...
0
votes
1answer
9 views
How to ensure that clients are able to connect to a SSL connection with Strong Cipher
I have a website and various clients(Web and Mobile) access it. I have used the following CipherSuite
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
But this ...
0
votes
0answers
16 views
wildcard SSL certificate on apache 2
For some reason SSL is working fine on the main domain www.domainname.com / domainname.com
But it is not working on subdomains (im getting "This Connection is Untrusted")
Here are the steps i went ...
0
votes
1answer
22 views
SMTP: Failed to connect socket: Unable to find the socket transport “ssl”
I've been trying to get to be able to send emails with Pear on WAMP through GMail, and after spending hours setting it all up and figuring out all the errors I was getting, I thought I was so close, ...
3
votes
0answers
98 views
HsOpenSSL segfaults on OS X
I'm trying to give HsOpenSSL a whirl on Mac OS X, and it's blowing up in my face.
The latest Hackage version (HsOpenSSL-0.10.3.3) builds and imports, but doing anything with it kills my GHCi (both ...
-1
votes
1answer
21 views
Apache SSL not working
Apache 2.2 on debian-based Linux
# a2enmod ssl && service apache2 restart
Port 443 is closed according to SheildsUP! scan, but not in stealth mode
Apache is listening on ports 80 and 443 ...
0
votes
1answer
30 views
Java how to set up SSL Connection client-server
I have looked around already and googled about this, but I haven't been able to find a definitive answer.
Currently I have all the basic code done to support an SSL connection between clients and my ...
1
vote
1answer
33 views
Could Not convert socket to TLS
I am trying to send email using java servlets in eclipse IDE.
This is my Code.
final String username = "******@gmail.com";
final String password = "******";
Properties props = new ...
0
votes
1answer
9 views
How can i specify SSL version in curb
I am interacting with an API that requires SSL3.
From the command line I form the request like:
curl -ssl3 -H 'Authorization: Bearer XXXX' https://capi-eval.signnow.com/api/user/documentsv2
With ...
0
votes
0answers
13 views
python ssl authentification's problems
I'm trying to make an ssl connection with an authentification using certificate between two softwares (one server, one client). I get my code from here : http://docs.python.org/2/library/ssl.html
...
-1
votes
0answers
22 views
Debian. Dovecot: Fatal: error after update [closed]
After updating the debian packages occurred an error on Dovecot IMAP/POP3 mail server.
And after trying to restart, it gave me this error:
/etc/init.d/dovecot restart doveconf: Fatal: Error in ...
-2
votes
0answers
7 views
Debian Dovecot Restarting IMAP/POP3 mail server: dovecotdoveconf: Fatal: Error in configuration [closed]
When I try to restart DOVECOT it reminds me this error:
root@host:~# /etc/init.d/dovecot restart
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: ssl enabled, but ssl_cert not ...
0
votes
1answer
12 views
Apache Server Slots, Memory, KeepAlive, PHP and SSL - how to speed up
on a Debian web server (VPS) with good CPU, 6 GB RAM, and fast backbone Internet connection, I run a PHP application. PHP runs in "prefork" mode (incl. APC opcache), because whenever you search for ...
2
votes
1answer
24 views
Dycrypt stored secret using HTTPS transport
I am considering developing a software for safely storing files on a server.
Let's say I have a secret document initially stored on my client computer that I want to upload to the server. The ...
0
votes
0answers
30 views
how to write a HTTPS tunnel server in python socket?
I am writing a HTTPS proxy server in python,
it should receive everything from client, send to the target server, and vice versa.
I found when I use Squid, client will first send a HTTP CONNECT ...
-1
votes
1answer
17 views
which SSL certificate is used when embedding a form in an Iframe
I'm embedding a credit card form on my website using an iFrame.
My site and the site that is hosting the form have SSL certificates. but which SSL certificate is being used during the interaction ...
1
vote
1answer
20 views
SSL Certificate error with Custom Domain in Openshift Wordpress
I'm trying to deploy a wordpress installation to Openshift but I can't refer my custom domain without a ssl certificate error when in the backend. I read a article and it says that it is expected, but ...
0
votes
1answer
33 views
Where does grails store a self-generated SSL certificate?
I'm running grails on my local dev box (Mac OS 10.8) to host a web service over SSL using a self-signed certificate and the WeakSSL grails plugin. The problem is I'm connecting to this server through ...
0
votes
0answers
9 views
Savon sslv3 alert handshake failure even after ssl_verify_mode :none
I am trying to make a soap call using Savon in ruby and it fails with error "Conn close because of connect error SSL_connect returned=1 errno=0 state=SSLv3 read finished A: sslv3 alert handshake ...
0
votes
0answers
20 views
SSL Pinning with AFNetworking
In my app I'm using https and a self-signed SSL certificate to secure the connection between my client and the server.
I was trying to have the AFNetworking library do SSL Pinning on a copy of my ...
0
votes
1answer
18 views
Change 'Key Usage' of a certificate
Is it possible to change the 'Key Usage' property of an existing ssl certificate of a web site? Our goal is to host a web service so that a third party can integrate with our solution, and their ...
0
votes
1answer
18 views
Android GCM SSLException
I'm planning to use GCM features for an Android app. I setup the proper Android app and the backend service deployed on localhost.
Everyting was fine and the notifications were displayed on my ...
0
votes
1answer
31 views
javax.net.ssl.HttpsURLConnection returning martian poetry
I am writing a simple https client that will pull down the html of a webpage over https. I can connect to the webpage fine however the html I pull down is gibberish.
public String ...
0
votes
0answers
13 views
javascript/jquery and loading user's pki
I have a website that is http except for one link which is https. I want to be able to build an application that once the https link is clicked, it will capture a users client-side certificate, send ...
0
votes
1answer
9 views
Redirecting Subdir to HTTPS
I have a site, mydomain.com/secure which I only want to be accessible via HTTPs. This is mapped as a virtual directory like this:
-wwwroot
--secure (Virtual directory, bound on port 443 only) - ...
1
vote
1answer
35 views
How to compare SSL certificates using AFNetworking
In my iPhone app I'm using an https connection with a self-signed SSL certificate to download sensible data (username and password) from a server.
This app is for private use only, it is not meant ...
1
vote
0answers
14 views
JBoss management via SSL
I have a problem with my JBoss AS 7.1.1 after I configured it to use ssl for the management interface.
I followed this guide to secure the admin console. This worked.
But now I realized that the ...
-1
votes
0answers
15 views
Apache2 and SSL listen only on localhost [closed]
I have setup apache2 with ssl on Debian 6, but I can access by ssl to my virtualhost only on localhost.
If I write the url of my domain or the external ip of the server i retrive this error:
SSL ...
0
votes
0answers
40 views
Grails Spring Security secureChannel not redirecting https?
I currently have an application I am working on that I am using in the cloud (Jelastic). I have added SSL certs to my Cloud environment and want to be able o now use https on certain pages. I have ...
0
votes
1answer
22 views
Connect to EMS JMS queue using Spring + SSL
I'm having some issues to create a connection to (and reading from) a Tibco EMS JMS queue, using SSL and mutual authentication with certicates.
Here is my Spring config:
<!-- TIBCO Connection ...



