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.

learn more… | top users | synonyms (1)

0
votes
0answers
3 views

Is enable secure admin option available in glassfish 2.1

My glassfish2.1 has two domains and i want to make it secured without changing the port. Is that possible without reinstalling glassfish? Thanks in advance
0
votes
0answers
4 views

create keystore for tomcat using .key ,.ca and .cert file

I have three file sample.cert, sample.CA,sample.key provided by verisign. I need to create keystore for tomcat.As I searched I cannot use .key file directly to create keystore. command used by me as ...
0
votes
0answers
8 views

Nodejs - Expressjs SSL (HTTPS) BEAST Attack — Node not honoring order

I have an SSL Cert with EV and I am following Eric Martindale's instructions for mitigating the BEAST Attack, but I am still showing a vulnerability to the attack. According to SSL Labs it only lists ...
0
votes
0answers
5 views

setting ssl keystore at runtime in Jetty

Is it possible to change keystore in runtime? Currently I am setting up SSL before I do a server.start() - sslContextFactory.setTrustStore(ks); ...
0
votes
0answers
7 views

SoapUI cannot open keystore

When trying to connect to my secure web services, I wasn't able to setup SoapUI properly with SSL certificates. Here's what I did: 1- Added the client certificate in a JKS keystore (keystore.jks) and ...
0
votes
0answers
10 views

SSL/TLS error using Cefsharp embedded in .Net Winforms app.

I have a javascript application running in a Cefsharp browser embedded in a .Net winforms app. When making an AJAX request to a node.js REST service there is an error. Log: ...
-1
votes
1answer
19 views

Self signed SAN certificate failed to be verifed [closed]

I followed this instruction to create a self-signed certificate http://apetec.com/support/GenerateSAN-CSR.htm. However, the certificate is always failed to be verified and my tls connection program ...
0
votes
1answer
17 views

Apache HttpClient use own SSL-certificates

I am trying to connect to a https secured restwebservice using httpclient 4.0.3 with Java7. My code looks like this: public static void main(String[] args) throws Exception { ClientRequest ...
1
vote
0answers
18 views

Sending SSL Certificates with ActiveXObject WinHttpRequest

I need to send a SOAP envelope to a URL but the connection requires certification. Trying to submit without returns: WinHttp.WinHttpRequest error '80072f0c' A certificate is required to complete ...
0
votes
0answers
15 views

SSL Pinning on iOS

To improve my app's security and protect the user from MITM attacks I'm trying to do SSL pinning with my self-signed certificate following the content of this post. So I'm using the following code to ...
0
votes
0answers
6 views

user ssl cert and 3rd party ssl validation?

I have a need to place a https link on a http site. The link will use someones ssl -cert to verify if someone can access the data on the link. The ssl - cert will be verified by a 3rd party ...
0
votes
0answers
4 views

Wordpress SSL, wp-admin forcing unwanted SSL on LIVE server

So we've been banging our heads against the walls with this one. We have two servers. A development, and a live. The live is essentially an exact copy of the dev as far as the wp-admin is concerned. ...
0
votes
1answer
24 views

SSL accepting self signed certificate in ActionScript 3

i am trying to use SecureSocket connection to server. i am using FlashBuilder 4.6 that has SecureSocket class implemented. the problem is that after creating SecureSocket object and calling connect ...
0
votes
0answers
12 views

Configuring WebSphere 8 SSL (HTTPS Between Apps)

I have two web apps that I am installing in WAS 8, and they need to communicate with one another using HTTPS (This may not be the best way to handle communication in WAS, but these apps are provided ...
0
votes
0answers
19 views

SSL error introduced by upgrading to Java 1.7 from 1.6

Hello good people on stackoverflow, this is my first time asking a question. Anyway. I am having problem with some fairly basic SSL code. The code works using java 1.4, java 1.5 and java 1.6 but not ...
0
votes
0answers
13 views

OSB - BEA-000409 - Cannot get fd for sock=Socket[addr=our.proxy.server/xx.xxx.xxx.xxx,port=8080,localport=59719]]

we have a problem in our development environment. We are on WLS 10.3 , windows server 2008 R2 enterprise, jdk1.6.0_45 64bit. We use OSB paltform and we try to invoke an external web service which is ...
0
votes
0answers
11 views

WCF Rest Service with optional client certificate

Is it possible to have an WCF Rest Webservice which excepts SSL Client Certificates and have the IIS SSL Setting to not set to "require SSL" and to anly "accept" client certificates and not "require" ...
1
vote
1answer
23 views

curl NSS -12286 error in TLS handshake

I am getting NSS -12286 error while trying to load the https page using the ca certificate using cacertinpem.c curl c code. i am using cacert.pem file in the code alog with path. but same thing is ...
-1
votes
0answers
10 views

Apache (httpd) server how to force redirect to a non-www domain under while under https [closed]

On a default installation of CentOS (on AWS), I have the following configuration in my conf.d directory. So, besides for this configuration, I just have the default conf/httpd.conf file. What I am ...
1
vote
1answer
15 views

Spring JavaMailSenderImpl is not working with SSL [closed]

Simple Java Mail client is working fine with an email server running on SSL. But the same server is not working when used from Spring JavaMailSenderImpl class. Also thunderbird works fine the mail ...
0
votes
1answer
24 views

Using CFContent on IE with SSL

CFContent does not work with IE on a SSL site. I have been looking for a fix but have not found one. As an alternative I was to have the CFContent download the excel sheet to a directory and then use ...
1
vote
1answer
13 views

keytool error: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider

I want to create a BKS keystore type and for that I'm using this command: keytool -genkey -keystore ./test.keystore -alias test -storepass testtest -keypass testtest -dname "CN='', OU='', O='', ...
1
vote
1answer
29 views

how to validate 2-way SSL certificates?

I need to validate client as well as server's certificate.How can I do it at TCP level and at HTTP level? for Http I use cURL client library.OpenSSL is the SSL library.This has to be done through self ...
0
votes
0answers
8 views

Secure File Transfers Technology Comparison [closed]

I'm looking into the capabilities, limitations and theoretical performance differences between SFTP, FTPS and SCP technologies. Does anyone know of a good source which may have a lot of the ...
-1
votes
1answer
23 views

Is there any web server out there to validate Client SSL certificate?

Does any website(web server) out in the WWW which validates client SSL certificate? I need to get my client SSL certificate validated.Please don't suggest me to setup an apache2 server on my PC! I've ...
0
votes
1answer
17 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: ...
0
votes
1answer
12 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
8 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
25 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
14 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
1answer
30 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
20 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
16 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
20 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
10 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 ...
1
vote
1answer
15 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
15 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
13 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
37 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
16 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
22 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
16 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
10 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
16 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
13 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
26 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
105 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 ...

1 2 3 4 5 177