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
1answer
28 views

In development, how can I redirect to https using a self-signed certificate?

How can I redirect www.example.com to https://www.example.com? I'm doing this in development and I'm using a self-signed certificate. I added config.force_ssl = true in my application.rb and added a ...
1
vote
1answer
31 views

Secure connections between client, load balancer and server

The past week or so I have been getting to grips with the world of AWS and more specifically Elastic Beanstalk and Load Balancing... The application I'm developing enforces a SSL/HTTPS connection ...
0
votes
1answer
51 views

keytool erorr bash: keytool: command not found

I have tried to execute keytool from Java bin directory but I get an erorr with warning bash: keytool: command not found. root@xxxxxx]# keytool -genkey -alias mypassword -keyalg RSA bash: keytools: ...
1
vote
1answer
26 views

Can one tomcat server support both RSA and DSA certificates?

To provide both RSA and DSA certificates, I have used two connectors with different IP addresses. But Is it possible that under one IP address multiple ssl certifices? I have also tried virtual ...
0
votes
0answers
37 views

Web API IIS Express 502 Error Failed to negotiate HTTPS connection with server.

I am new to web api with SSL. I am trying to get my site to work with https using IIS Express. The http works fine so I set SSL Enabled to true and I get the above error using the generated URI for ...
0
votes
0answers
20 views

What type of certificate do I need for a captive portal?

I have a wireless network which allows users to connect, and forces them to a captive portal similar to what you find in hotels/airports. The captive portal ensures that the users register their ...
0
votes
0answers
26 views

PyQt4 QTcpServer handling SSL connections

I am very new to Python and in fact all programming, but I'm trying to make a GUI with PyQt4 that receives ssl connections from a server. Qt seems to only offer a TCP server to accept connections. ...
1
vote
1answer
64 views

SSL connection with custom keystore .jks file and password and Send a request to URL

I need send a request to URL with custom keystore .jks file and password . Here is the following piece of code . It is not very clean. I need to clean it up :-) I see an exception of ...
0
votes
1answer
17 views

Secure WCF service, what sort of authentication needed in addition to SSL protocol?

I have a server with SSL certificate and would like to implement a WCF service with username authentication. Can anyone point me to a simple current example? I find lots that use the 509 certificate ...
0
votes
0answers
23 views

Cannot access our website via different pc. When entering full URL in the server, it requires user and password [closed]

We recently installed a certificate on a win2k3. We managed to access our website using different pc, over the internet. Today we try to access the website from any other PC and we see that the ...
0
votes
2answers
28 views

What more do I need than SSL? Why

I'm in the middle of creating a RESTful API for a personal project and I've been reading about api authentication. It is probable that I just don't understand what different things are for. What is ...
10
votes
3answers
180 views

Securing WIFI for a web application

I have created a CORS web application (only javascript), where I want to be installed and run under different LANs. I'd like to put SSL, but I don't know what the exact configuration of the lan will ...
2
votes
1answer
29 views

cURL for Windows can't make a secure connection to the Stack API

I am using cURL for Windows. I'm following separate advice and have just about no idea what I'm doing, but I know what I've done: C:\...> curl http://api.stackexchange.com/2.1/sites <garbage, ...
0
votes
1answer
17 views

Heroku app with Yahoo! hosted domain SSL

I have a Heroku app that I would like to access via a subdomain of a client's Yahoo hosted domain through https (SSL). I have set up the subdomain on the Yahoo side via a DNS CNAME entry and the ...
0
votes
1answer
17 views

Should data in an HTTPS request appear as encrypted in Chrome developer tools?

I'm trying to get a better understanding of how SSL works so I installed a self-signed SSL cert on my server for testing. When I post data to an HTTPS url on the test server, Chrome developer tools ...
0
votes
1answer
51 views

Android Proguard postgresql and ssl connection

Having a problem with Proguard and the postgresql jdbc driver. The problem: 04-30 19:26:36.865: W/PostgresHelper(26968): The SSLSocketFactory class provided org.postgresql.ssl.NonValidatingFactory ...
-2
votes
0answers
23 views

Establish TCP connection in IOS [closed]

How to detect if a connection to a tcps (tcp, ssl) can be established with a specific tcps address in objective c?
0
votes
0answers
10 views

How should I obtain haproxy's detailed http logs when using ssl?

I'm using HAProxy's option httplog logs extensively. We're about to move to ssl frontends though, which causes me to lose that info. Is there a recommended way to continue to get this logging ...
0
votes
1answer
47 views

IE10 HttpContext.Current.Request.IsSecureConnection Not Working

Has anyone been experiencing issues with HttpContext.Current.Request.IsSecureConnection working correctly on IE10? For some reason this keeps returning false even when I'm on a page in SSL.
0
votes
1answer
25 views

Is there a way to send data to server through SSL in collectd with its network plugin or some other plugin?

My motive is to send all the stats recorded by collectd from client machine to the server through SSL encryption. Collectd has a network plugin which perform function of sending stats to the server ...
0
votes
1answer
35 views

Is there a perl module to convert .bin file to .pem file

I want to convent my certificates from .bin file format to .pem file format, is there a perl module that I can use. Thanks.
1
vote
1answer
75 views

Example Apache Thrift service which uses HTTPS, in Python

I have been able to find examples for how to implement services using Apache Thrift which use SSL as transport .. in Java. But not in Python. I would like to use Apache Thrift to generate the ...
0
votes
0answers
14 views

How to override the cipherlist sent to the server by Android when using HttpsURLConnection?

During TLS negotiation, clients send a list of supported ciphers to the server, the server picks one, and encryption starts. I want to change this cipherlist sent to the server by Android, when I'm ...
0
votes
1answer
18 views

SSL Certificate Installation Caused Website to Stop Working

So I had an SSL certificate, I bought one from a new company, through plesk, I installed the new one and then the website just stopped working completely. The host company cant help, the developers ...
1
vote
0answers
19 views

PHP and SSL CA Verification - OS Independent

Here is a simple PHP script that opens an SSL socket ready to send HTTP requests: $contextOptions = array(); $socketUrl = 'ssl://google.com:443'; $streamContext = ...
2
votes
3answers
88 views

Java: simulating a stream cipher with AES/CTR

I'm writing an application server and I've decided to use AES128/CTR/NoPadding to secure connections, as it's considered to be secure enough without having to expand the bytes to the block boundary ...
0
votes
1answer
32 views

Two way ssl with Tomcat as client to weblogic

I have setup two-way SSL for Weblogic 9.2 for one of my project. The setup was not difficult at all when a browser is a client. I need to setup tomcat as a client now instead using a browser client. ...
0
votes
1answer
40 views

Easyphp & SwiftMailer 4.3 Unable to send message (PHP / SWIFT)

I've been trying to send an email using SwiftMailer and a gmail account, but it shows me the famous referrer that no SSL is detected Fatal error: Uncaught exception 'Swift_TransportException' with ...
-2
votes
0answers
13 views

SSL only on Payment Page / Return page after authorization

I need help where I to setup SSL / Certificate for my dating website. It is having payment gateway which is https.... User goes my dating site to payment gateway ...makes payment & return back to ...
0
votes
0answers
40 views

SSL Two-way authentication between Apache and Tomcat

I have two servers (in different hardwares) running the follow: . 1 Apache w/ php client application . 1 Tomcat w/ java webapplication Currently the Php application calls Tomcat through RESTful ...
1
vote
0answers
48 views

Why would some HTTPS requests fail to decrypt on Fiddler, while some works ?

Scenario: I am trying to debug an Android app by proxying requests through Fiddler. I got FiddlerRoot certificate installed on the Android device, and the SSL decryption works for most requests, but ...
0
votes
0answers
39 views

PHP Post XML not receiving response data?

We have a PHP script used to send transaction data to a secure payment processor. The problem we have it that it is sending the data fine, but we are not (or is doesnt appear to be) that we are ...
0
votes
1answer
23 views

Using SSL for iOS string from URL request

If I use stringWithContentsOfURL to get data from a web server that uses SSL (address begins with https://) will it work and use SSL for the request?
0
votes
1answer
27 views

do i need ssl on my webserver for my android app

Is it a requirement to install SSL on my webserver in order for my Android app to communicate with my MySQL database? Im having some errors communicating with it and im wondering if this may be the ...
-1
votes
0answers
26 views

SSL Communication and Proxy [closed]

Let us say that I have a client and a server communicating using SSL. If a hacker sets up a proxy between the client and the server, will he be able to read the data that is being sent? By read, I ...
2
votes
0answers
37 views

Why don't I get hostname mismatch error on localhost?

If I have a valid signed SSL cert, I can see the CN (common name) attribute does not have localhost or the LAN IP - but I do not see an SSL error "ssl_error_bad_cert_domain" when I connect to ...
0
votes
1answer
24 views

ssl-based wcf service does not work in azure emulator

If i put the web role to run in IIS, the service goes as expected. however, it does not work in azure emulator. The error page shows "500 - Internal server error. There is a problem with the resource ...
0
votes
1answer
41 views

Where do I put the keystore file on JBoss AS 7.1

Where do I put the keystore file on JBoss AS 7.1 ? If i put it into: %JBOSS_HOME%/standalone/configuration/ and reference it simply by: <ssl key-alias="JBoss" password="JBo$$" ...
0
votes
1answer
49 views

WCF request with default empty tags

I'm trying to connect to a SOAP 1.1 webservice, using TLS. The certificate has been set up right, and I am able to communicate with the webservice. However, when I try to do this using a plain C# ...
0
votes
0answers
64 views

android httpclient ssl certificate not trusted godaddy ssl

I have a GoDaddy ssl certificate on my server, and when I try accessing the url with my android app it throws an exception: "Not trusted server certificate" My code is: HttpPost post = new ...
0
votes
1answer
27 views

TLS-SRP server library in .NET

I need to implement TLS-SRP in my server which is written in C#. I am looking for .NET library that already does that so I can avoid reinventing the wheel. I don't want to use unmanaged libraries ...
0
votes
0answers
51 views

Secure websocket server on local iOS device

I currently have a websocket server running in an iOS app that my web app connects to. It works excellently with Safari and Chrome but fails on Firefox for security reasons because my webapp runs over ...
0
votes
1answer
14 views

Payment Gateway URL - Preferred Name [closed]

I'm setting up a payment gateway that will be used on several similar websites and therefore wanted to use one domain name or subdomain to handle all these payments. From reading I believe there is ...
-2
votes
0answers
30 views

Get Outgoing IP address destinations from server [closed]

I am by no means a network expert but have been forced to take on a task at work that has me stumped. If I have a third party application on my computer or a web based application (i.e Online Banking) ...
0
votes
1answer
37 views

libssl.a inside Custom iOS SDK Library causing duplicate symbols/definitions

My SDK uses a libssl.a library, but when I give it to a customer to use my SDK, they also uses a version of libssl.a and is causing duplicate symbol. Is there anyway to allow both to coexist? ...
0
votes
0answers
34 views

Need help converting P12 certificate into JKS

I need some help converting my .P12 certificate file into a JKS keystore. I've followed the standard commands using Java's keytool utility. However, when I try and use the resulting JKS file to access ...
0
votes
0answers
18 views

Accept the same SSL certificates using Apache HttpClient which are accepted by WebViewClient

I want to communicate my device with server via https. How can i ensure to accept only this certificates which are accepted by WebViewClient? BTW. I use Apache HttpClient.
5
votes
6answers
165 views

WCF service returning 404 on method reqests

I have a WCF service page running only WebGets/WebInvokes over SSL - it works fine on my local machine (self signed cert). On production, however, I can reach service.svc (and it gives me the message ...
0
votes
0answers
48 views

Requiring SSL with WCF causes “The HTTP request was forbidden with client authentication scheme 'Anonymous'” error?

We have a WCF service hosted in IIS that a client dll is trying to access. The service is bound in IIS to use HTTPS and is set to ignore client certificates, which works just fine, but requiring SSL ...
0
votes
0answers
53 views

Installing Foreman - ERROR 107 ERR_SSL_PROTOCOL_ERROR

I'm trying to install Foreman in a VM Ubuntu Server 12.04, so I followed this manual page : http://theforeman.org/manuals/1.1/index.html#3.InstallingForeman I'd rather install with the Installer, but ...

1 3 4 5 6 7 176