SSL and its successor, TLS, are encryption and authentication protocols that encrypt the full contents of a TCP connection, as well as potentially verifying the identities of the devices making the connection.
-1
votes
0answers
14 views
Access is denied while trying to add GoDaddy's SSL into my IIS 8
I'm trying to setup SSL on my website that I purchased through GoDaddy and I'm having some issues w/ it. Unfortunately they don't have instruction on how to do it w/ IIS 8 but what they do have is ...
1
vote
1answer
28 views
How to setup SSL for Active Directory?
I have a Windows 2008 Server (Base2) machine.
In Server Manager > Roles, i can see:
1. Active Directory Domain Services
2. DNS Server
3. Active Directory Certificate Services.
Under Active Directory ...
0
votes
1answer
23 views
curl fails to take self signed certificate
I've installed apache 2 server with self signed certificate.My browser is showing 'It works!' when I tried to connect to the sever. But from an application when I issued cur_easy_perform() the call ...
0
votes
0answers
9 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 ...
-1
votes
1answer
17 views
How to disable SSL/TLS compression in Apache 2.2.16?
I have one sever running on Apache 2.2.16. I run the VA scanner on the server. According to the VA report it is recommended that SSL/TLS compression should be off.
I tried to search google, but didnt ...
1
vote
1answer
1k views
Persuading openldap to work with SSL on Ubuntu with cn=config
I simply cannot get this (TLS connection to openldap) to work and would appreciate some assistance.
I have a working openldap server on ubuntu 10.04 LTS, it is configured to use cn=config and most of ...
0
votes
2answers
1k views
ssl_error_rx_record_too_long connection error with SSL site in Firefox
I am trying to set up SSL in Apache but when I go to the server in Firefox I get the following error message:
An error occurred during a connection to sludge.home.
SSL received a record that ...
1
vote
0answers
55 views
Why does Chrome fetch file in SSL so fast?
I have a remote server, which is about 390 ms ping delay. The server is nginx with ssl (spdy/2). When I use curl to fetch a small resource, it takes mostly 2 seconds.
* About to connect() to ...
-1
votes
1answer
20 views
SSL secured account section, Subdirectory vs Subdomain [closed]
I'm currently running Drupal on an nginx server, and I also have a separate user account system running on account.domain.com. I purchased a wildcard SSL certificate to protect the login form, but the ...
2
votes
2answers
805 views
Does any Certificate Authority support both SAN and wildcards?
My basic quandry is that wildcard certificates don't support subdomains of subdomains, nor do they help with alternate domain names. Basically, if my CN is example.com, I want a Subject Alternative ...
0
votes
3answers
26 views
Wrong redirection in ProxyPass from http to https
This is the scenario:
I have got a linux server accesible only by one url (because the server is a virtual machine in a vpn):
url: http://foo.bar.com
I have got several web apps accessible in this ...
34
votes
9answers
2k views
Why do I need to purchase an SSL certificate when I can generate one locally?
I am having trouble understanding why we need to purchase SSL certificates when we can generate them locally using openSSL. What is the difference between the certificate I purchase and a test ...
0
votes
2answers
30 views
SSL install issue on Apache2 for virtual host
I"m trying to get an ssl cert installed but i'm getting an error when reboot apache.
I get this error
Syntax error on line 25 of /etc/apache2/sites-enabled/xxxx.com:
Invalid command ...
0
votes
0answers
24 views
Enable SSL Renegotiation on OpenSSL [closed]
This reference shows that SSL_get_secure_renegotiation_support() is the C macro that ...
indicates whether the peer supports secure renegotiation.
Can I modify a configuration file to enable ...
0
votes
2answers
3k views
Apache 2 with Weblogic Plug-in Redirection, original location still requested to backend
We're trying to setup an SSL server in front of a Weblogic server using Apache as the SSL provider. Here's what's inside of our httpd.conf:
<Location /original>
SetHandler weblogic-handler
...
0
votes
0answers
28 views
Squid https_port not responding
I set up an squid with https_port. My goal is to connect from browser to squid with ssl. documentation says that squid can handle this kind of browser-squid connection.
So i set https_port with ...
0
votes
2answers
875 views
Apache ProxyPass with SSL
I have a QA setup that consists of multiple internal development servers and one world-accessible provisioning machine that is setup to proxy pass the web traffic. Everything works fine for non-SSL ...
0
votes
2answers
27 views
Redhat - command/s run post-install to generate default localhost.crt?
I cloned a VM and the ssl certificate has the old hostname. I need to generate a new ssl certificate.
My question is what method was used by the server to create the initial certificate? Was this ...
0
votes
2answers
380 views
HTTPD proxypass ssl to http
Essentially I am having httpd reroute http requests to a certain location subdomain.domain.com/folder to Tomcat (http://localhost:8080/app/). This works fine using the ProxyPass and ProxyPassReverse ...
0
votes
0answers
22 views
HTTPS to Apache and HTTP to Weblogic doesn't work
The link below contains an image that is how I wish my build architecture:
http://i.imgur.com/qg7LM5j.png
I can configure this, without SSL at any point, and works fine. But when I configure a SSL ...
-2
votes
1answer
31 views
How to add SSL support to web browser? [closed]
Please suggest 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?
0
votes
1answer
35 views
how to install 2 simple ssl certificates on 2 web site having the same ip, in iis8?
how to add a second ssl certificate to the same server for two different web sites?. How to setup a second ip for the second web site considering that the server is balanced?
more information:
i've ...
3
votes
2answers
725 views
Installing SSL on a Windows Server 2012 with IIS 8.0
We are in the process of moving a website from a machine with Windows Server 2008 R2/IIS 7.5 to a machine with Windows Server 2012/IIS 8.0 as we want to take advantage of the new SNI feature.
This ...
1
vote
3answers
2k views
How do I Install Intermediate Certificates (in AWS)?
I have installed private key (pem encoded) and public key certificate (pem encoded) on Amazon Load Balancer. However, when I check the SSL with site test tool, I get the following error:
Error ...
0
votes
2answers
1k views
Problem with apache + ssl: length mismatch error and ocasional bad request
we migrated a server from slicehost to linode recently, we copied the config from one server to the other. Everything works perfectly except that we get:
Occasional errors with "Bad Request", this ...
0
votes
2answers
43 views
Can IPv6 IPSec replace https/ssl for secure website network encryption?
Take away the 'authentication' part and just talk about the encryption part please! (Authentication is a different problem.)
Example: a connection to http://ipv6.google.com can be encrypted via HTTPS ...
-1
votes
0answers
17 views
Gitweb Auth using Apache on Freebsd [closed]
I'm having trouble trying to set up gitweb so that a private project repository may be accessed through the browser, requiring a simple user/pass for the process.
My vhost conf is as follows
...
1
vote
1answer
28 views
Apache “SSLCipherSuite” Directive
Apache describes the SSLCipherSuite directive:
Cipher Suite available for negotiation in SSL handshake
Let's say I configured this directive to HIGH to only use Triple DES encryption.
Would ...
0
votes
1answer
59 views
IIS 7.5 + CGI + SSL - How to increase the upload limit?
I'm hitting a really annoying problem with IIS 7. I've setup my web.config by the books as follows:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
...
0
votes
1answer
632 views
How to configure AD server for client TLS authentication
How can I configure my Active Directory LDAP server (Windows 2008) to enable certificate verification and client authentication.
Thanks,
Gayathri
0
votes
0answers
26 views
Squid configuration for accessing https site requring client certificate using url-rewrite
I've never dealt with setting up a proxy server and that is why a bit puzzled about how to set up a rather complicated config.Help me, please!
I've got squid running with login/password ...
1
vote
1answer
47 views
How can I detect if a server is using SNI for HTTPS?
I'm looking for a simple way to know if a server is using the Server Name Indication SSL extension for its HTTPS certificate on a website. A method that uses either a browser or Unix command line is ...
0
votes
0answers
11 views
VPN cutting off Citrix streamed apps and local external client internet signal
My networking knowledge is weak, so please bare with me.
We have Citrix XenApp Server 6.5 for Windows Server 2008 R2. Everything with this runs fine and our apps run fine until an external VPN ...
1
vote
1answer
47 views
SSL setup with apache in front of tomcat
i m trying to setup Apache with SSl and proxy SSL requests to my tomcat instance. I think i made the SSL work but theres still a error that shows up:
Bad Gateway
The proxy server received an ...
0
votes
0answers
12 views
Force SSL Redirection in Tomcat configuration
I already configured my Tomcat conf\server.xml. But It seems that may it doesn't redirect users to my specified redirect port.
See config below:
<Connector port="8080" protocol="HTTP/1.1"
...
0
votes
2answers
38 views
-bash: www.mydomain.com.pem: Permission denied
I have these three files in /etc/nginx/ssl folder:
www.mydomain.com.csr
www.mydomain.com.key
www.midomain.com.key.nopass
I bought and downloaded the positive ssl certs in ...
0
votes
2answers
1k views
ISPConfig 3 SSL automatic rewrite
I was wondering how you could get apache2 to redirect http://server.com:8080 to https://server.com:8080 - I have an ISPConfig 3 setup and the http://server.com:8080 virtual host currently prints a 400 ...
0
votes
1answer
52 views
CentOS Apache + Tomcat SSL using mod_jk
I have Apache + Tomcat (using mod_jk) working correctly on a CentOS 6.3 machine. I am trying to set up SSL with Apache. When I browse to the site I get the following output:
Forbidden
You don't ...
20
votes
1answer
9k views
What is a challenge password?
I'm setting up SSL on an Ubuntu server. One of fields it asks for as part of setting up the CSR is a "challenge password". What is that? The default is blank. Do I need to enter one?
1
vote
2answers
51 views
SSL Certificate Performance
Is it possible that a cheap security certificate could inhibit the performance of a website when serving pages over https?
Background: I have built an e-commerce website using Drupal 7 and Drupal ...
0
votes
1answer
33 views
SSL Certificate, multiple servers, and DNS
We have two servers in different physical locations. They will be configured in a cluster so that information can be transferred between them.
Server hostnames are as follows:
...
1
vote
1answer
749 views
SSL Enabled site refusing connections
I am attempting to encrypt my site using SSL. I created a self-signed certificate (in the interim) and am attempting to integrate it into my nginx server.
I placed the certificate into the main ...
2
votes
3answers
674 views
apache2 - SSLSessionCache running but not working
I run a debian squeeze standard Apache installation (2.2) and make use of SSLClientCertificates to authorize users. This works fine so far.
But we noticed a slow down of some parallel requests and ...
0
votes
1answer
37 views
I have changed my server, Do I need to re generate the ssl key
I am using AWS for hosting. I have got one productions instance and pre-production instance in it. I have installed ssl to the production site. But unfortunately its crashed. So we cloned the ...
0
votes
0answers
16 views
Gandi SSL root domain redirection and Heroku
I have a heroku app with Cedar which has a ssl configuration. All is working well.
When it comes to the root/naked domain we have a redirection set up via gandi.net to redirect to www.domain.com.
...
1
vote
1answer
57 views
How secure is CloudFlare's basic SSL
CloudFlare's basic SSL package provides SSL encryption for you site, but only between your customer's browser, and the CloudFlare server where SSL is terminated. The connection between CloudFlare and ...
0
votes
0answers
29 views
SSL certificate changed to outside network
I've two websites hosted on IIS7, each bound to two network cards with 192.168.x.x IPs, and these IPs are mapped to two public IPs.
Both sites have two different (different domains) SSL certificates ...
0
votes
2answers
2k views
SSL Library Error: 218570875 error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long
I am trying to install SSL certificate from a certificate authority into my httpd server in CentOS 5.x. When I configure it and start the server I am getting the following errors,
[error]Init: Unable ...
0
votes
0answers
13 views
slapd Target is quarantined
I have a syncrepl set up in my slapd that was previously working.
I've checked the ssl connection using:
$openssl s_client -connect host.mydomain.com.au:636 -key /etc/ca/host.key -cert ...
0
votes
1answer
894 views
Could not establish a secure connection to server with safari
Safari tells me that it couldn't open the page, because it couldn't establish a secure connection to the server. However, other browsers (opera, firefox) can open the page. Also, there's nothing in ...


