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
13 views
amazon ec2 bitnami AMI enable HTTPS
Im having difficulties configuring HTTPS on my server,
here is what i already did
on httpd.conf:
Include conf/extra/httpd-ssl.conf
on ssi.conf
updated the root document
on httpd-ssl.conf
...
0
votes
1answer
8 views
Will SSL protocol ask for handshake after initial handshake?
Will SSL protocol ask for handshake after intial handshake ?
I mean once handshake is done and data transfer is happening. Is there any case in which handshake/authentication needs to be done ? If ...
0
votes
1answer
19 views
Client side ssl certificate using Zend_Http_Client
i've been trying to set up a secure communication using client side certificate between my client application and my server application.
I've set up a the configuration in my apache web server and ...
0
votes
1answer
31 views
How to convert an SSL certificate in linux
Is there a way how to convert certificates between cer/pem/crt/der/pfx/p12 in Linux? I have an SSL certificate in a .cer file and I need it to be .pem in order to use it.
How can I convert it?
-3
votes
0answers
17 views
server specific :SSL HANDSHAKE EXCEPTION : even after self verification [closed]
I m getting this error in my code
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to
find valid ...
1
vote
0answers
19 views
Linux Tunnell Through Nat Via Custom Proxy
I am currently working on some design concepts that would see me have the requirements for the following type of system.
In short I am looking at ways to Tunnel a connection through NAT similar to ...
0
votes
0answers
36 views
Automatic Redirection from http to https with .htaccess authentication in virtual hosting
Hi I have configured Virtual host on apache with .htaccess authentication with SSL. Its working fine when I typed url https://www.example.com:9004/test.php but when i typed ...
1
vote
0answers
24 views
Phonegap unable to post SSL with Android 2.3
The phonegap app that was developed was able to login using SSL with other android devices. However, when I tested with and android 2.3.3 device, I was unable to log in. I have searched aroundand ...
0
votes
1answer
26 views
WCF Service not working from Visual Studio due to SSL
I've recently added HTTPS to my WCF service, which is working correctly on my development IIS server, for both HTTP and HTTPS. However, now when I try to run using Visual Studio (localhost), I'm ...
0
votes
1answer
7 views
SSL Cert Vendor Change
I am trying to prepare for the switch in the SSL certificate vendors.
For the the SSL validation, Our Tomcat web application uses a JKS file created from a DigiCert certificate ( *.cer files). Our ...
0
votes
2answers
42 views
WWW::Mechanize suddenly can't see https webpage
I have a perl script that uses WWW::Mechanize to open a SSL connection to our single sign-on page to test connectivity for Nagios. Yesterday, that script stopped working, and I have no idea why. Here ...
1
vote
0answers
8 views
How to retrieve connection data in MBeanServer?
I'm new in JMX RMI. I need to authenticate many clients in one server. I use SSL certificates and I would like to retrieve some data from data from certificate to identify client. How to do it? How to ...
0
votes
0answers
6 views
What are the algorithms supported by JsafeJCE for KeyManagerFactory?
In our project we need to communicate with a third party server on SSL.
Earlier we were using sslJ provider com.rsa.jsse.JsseProvider from RSA, but because of some issue in it, now we have to use ...
0
votes
2answers
35 views
Too Many Redirects: passenger+nginx SSLRequirement
I have an old rails 2.3 app that I'm in the process of moving to nginx+Passenger (from Apache+Passenger). Nginx is configured for SSL and appears to be functioning correctly, except I am getting ...
0
votes
0answers
12 views
Getting Passwords thru Cookies (Or some other way)
We have a Cisco Jabber Client - but without the persistent muc room functionality. It is configurable though, and we were able to embed our HTML Jabber their IE rendering engine so users can now go to ...
0
votes
0answers
12 views
Setting SSL login session with apache and plone for secure login
I am try to force an SSL session after login. The login part works forceing the connection initially to SSL. But after goes back to normal http after login. For all other Browser expect IE.
From
...
-1
votes
0answers
11 views
A way to manage https virtual hosts and their certificates [closed]
I want to provide hosting for websites with different TLD, every website is to be accessible through https only and all of them on single IP (by using SNI). Is there a way to configure either http ...
0
votes
0answers
36 views
Andorid Webview Client Certificate & Http authorization
The last days i am trying to access a website through webview using client certificate. I used the open source project from https://github.com/yonekawa/webview-with-client-certificate. Evertything ...
0
votes
1answer
41 views
SoapUI can't read WSDL
I'm trying to open this URL via SoapUI:
https://mybilling.voipconsultants.biz/wsdl/CustomerResellerService.wsdl
I've tried downloading 4.5.1, however it still complains. It simply says
"There ...
1
vote
0answers
26 views
Unable to set “ Force SPDY Over SSL ” to false in chrome
I am new to SPDY and have worked on HTTP prior to this. I know we can see the details of SPDY on chrome using chrome://net-internals/#events&q=type:SPDY_SESSION%20is:active URL.
For running some ...
-1
votes
1answer
10 views
Using SSL cert on mail server [closed]
I'm migrating a company over to a VPS from a shared hosting plan, and I have Exim sending mail through svr1.domain.net. I purchased a CA cert for this domain, and it comes up as verified when I go to ...
1
vote
2answers
32 views
What's the point of SSL certificates?
Doesn't everyone in the world have a copy of Gmail's SSL certificate? If so why does our browser trust gmail.com just because it sent me this certificate? Can't any old person send me this same ...
0
votes
0answers
43 views
“Received fatal alert: handshake_failure” when trying to connect to https web service
I want to build a Spring 3 (v 3.1.1.RELEASE) application (on Java 1.6) to communicate with an HTTPS web service, which is using a self-signed certificate that I created. I'm confused about how to set ...
1
vote
1answer
47 views
Use a different keystore per every webapp in tomcat (one JVM)
I've a tomcat instance with many webapps. Some of them require their own independent keystore to call an external Web Service over SSL. So far the only way I've found to use the provided keystore is ...
-1
votes
1answer
35 views
how can I use SSLServerSocket in order to make a Multithread server? [closed]
I'm trying to make a multithread server (and the related client-side) using an encrypted connection. Firstly, I made my own RSA+AES classes, but there were some problems that I can't solve, so I had ...
0
votes
1answer
69 views
Mule ESB 3.2.x: HTTPS Transport bad_certificate error?
I have a need to use a self-signed (or unsigned) certificate as a certificate for an HTTPS listener for an inbound endpoint to one of my flows. I have tried several methods to generate certificates, ...
0
votes
1answer
22 views
Java web app serve both secure and insecure resource
I am writing a Java web app (spring 3.2).
Basically, I have several sites that need to access my web service. These sites are a mixture of both secured (ssl) and insecured. I have an endpoint ...
0
votes
1answer
30 views
Not able to access webservice using https protocol (ssl)
We had a webservice that is recently exposed over https.
When we try to connect to it over https using JAX-WS client, it throws following exception
com.sun.xml.ws.client.ClientTransportException: ...
1
vote
0answers
27 views
How to force a certain TLS version in a PHP stream context for the ssl:// transport?
How can I force TLSv1.0 in a PHP stream context when trying to access an https URL?
I’m looking for something along the lines of this:
$context = stream_context_create(
array(
'ssl' => ...
0
votes
1answer
24 views
Aceepting any Client Certificate in SSL-Handshake
I'm using Netty on Android and server side to establish a SSL-secured connection with client-authentication. Now I'm having difficulties connecting with these certificates since SSLEngine declines ...
0
votes
0answers
38 views
Site is refusing to treat relative URLs as secure
I have a PHP app running on an Apache/RHEL setup. I have the SSL certificate installed and it all checks out okay. I am using the .htaccess file to redirect to 'https://' with this snippet
...
0
votes
1answer
34 views
to Apache 2.4.4 and Tomcat 7.0.33. Accessing the website via HTTPS produces “Object not found” error
Issue: Upgraded to Apache 2.4.4 and Tomcat 7.0.33. Accessing the website via HTTPS produces “Object not found” error.
The error logs show no errors (apche, tomcat, or Windows).
Server OS: Windows 2008
...
0
votes
1answer
24 views
cURL SSL Certificate with Sessions
I'm trying to access SSL website (using cURL with sessions) but I have problem with SSL certificates.
Here's my cURL SSL settings:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
curl_setopt($ch, ...
1
vote
0answers
22 views
custom-domain https requests aborted on appengine app
I have recently enabled https on custom domain for my appengine app. Everything worked just fine for a couple of days. After a while, on some machines requests started getting aborted.
I observed ...
0
votes
2answers
53 views
javax.net.ssl.SSLException: Received fatal alert: protocol_version
Has anyone encountered this error before? I'm new to SSL, is there anything obviously wrong with my ClientHello that I'm missing? That exception is thrown with no ServerHello response. Any advice ...
0
votes
0answers
29 views
Apache in front of Glassfish v3 with SSL Error 502 bad getway
I have Apache in front of Glassfish, when security is disabled in JkConnector the redirection works pretty fine, but when I enable Security in JkConnector , I get 502 Http error.
this is apache log ...
0
votes
0answers
14 views
Extend SSLEngine to add support of TLS Extensions
I am using SSLEngine to provide secured authentication using UDP as transport (RADIUS) protocol. Now Java by default does not support many extensions except Renegotiation Indication Extension ...
0
votes
0answers
48 views
Programmatically configure WCF client binding to access SSL + Soap 1.1 + Basic Auth
I'm trying to write a C# WCF client (generated by svcutil from wsdl) to access a CXF (java) service implementing the same wsdl.
The service is working fine but I'm having trouble connecting to it on ...
0
votes
1answer
59 views
HTTPS tunneling through my proxy
I'm trying to build a complete web caching proxy using Boost Asio and LibCURL, I've already built the server and everything works fine. It receives http requests (GET, POST, upload using POST ...) ...
0
votes
1answer
23 views
JS assets in a subdomain wont load on ff & ie but chrome is all good
We are building a Saas product and have purchased a bootstrap dashboard, all the JS/CSS assets are loaded though a sobdomain via our CDN.
Works perfectly on chrome but on ie and ff the components do ...
0
votes
0answers
31 views
Android Client / Server on TLS v1.2
I'm trying my to create TLS v1.2 communication between a server and android client.
I established a TLS v1.0 connection with any problem, but I cannot get v1.2.
This is server code:
char[] passphrase ...
0
votes
0answers
23 views
Windows 8 Store App: Push Notifications, SSL, and Certificates
Push notifications work within my development environment.
However, notifications stopped working after I published my service to a remote server.
During authentication, I receive: "Access is denied".
...
-1
votes
0answers
18 views
how can I add SSL support to my web server ? [closed]
Please tell me how can I add SSL support to thttpd. Or if I can put it straight, how to make my web server have SSL support?
Thanks.
1
vote
0answers
53 views
Delphi 2010 DataSnap Client with HTTPS
I have a DataSnap server written in Delphi XE3, deployed as an ISAPI module with SSL.
I'm writing a client application for this server, but it has to be written in Delphi 2010 for now. I'm having ...
0
votes
0answers
45 views
How to enable SSL for the built-in WSGI server from Python?
I run a WSGI application from within my Python file, using the make_server command.
(I don't know if this is a good practice or whether it is more common to setup Apache or nginx for this purpose.)
...
-3
votes
0answers
17 views
How do you access a website requiring a client certificate? [closed]
I have a Windows 2008 Server hosting a web site in IIS - I configured SSL and set it to require client certificates. How do I view the website from another machine? I tried to export my local ...
0
votes
1answer
29 views
Exchange 2013 Add SSL Certificate
I am trying to add an SSL certificate to my exchange server, but I cannot figure out what I should be putting for the location where it saves the certificate request. I have put in a path to a local ...
0
votes
1answer
19 views
Specify SSL to be used for jdbc in context.xml
I would like to have my jdbc connection used in the application using Jersey and Tomcat to be secured using SSL. The mySQL server already supports SSL, I have the necessary SSL certificate file ...
0
votes
0answers
27 views
Webrick ssl server: dots and plus signs in log
I'm testing a webrick server in RSpec, and was wondering, why it always prints out sth like
...............................................++++++
..............++++++
to my terminal. I extracted ...
0
votes
1answer
49 views
Using SSL based tcp/ip sockets in Android
I 'm trying to Secure my TCP/IP based Socket connection using SSL for Android platform.
here is some snippet from my code:
Client Side:
SSLSocketFactory sslFact = null;
SSLContext ctx;
...


