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.
0
votes
1answer
20 views
Redirecting SSL Traffic to Non-secure site
I am currently running a website on a shared server (Hostgator). The site does not have an SSL certificate and doesn't really need it since it is just informational.
However, I've noted that a few ...
0
votes
0answers
19 views
SSL on Shared Hosting vs VPS
I'm used to deal with wordpress on shared hosts and I'd never worried about SSL. Now I have to migrate a site to a VPS and I noticed that I can't just reference my domains with a A Record or a CNAME ...
0
votes
1answer
33 views
Remove SSL warning with internal websites, with Chrom
I am using a signed SSL certificate generated by our internal CA. I have added subject alternative names so that myserver.example.net and myserver are both valid for the site. This works correctly ...
0
votes
2answers
25 views
https redirect to https (No Cert Warning) [duplicate]
Am I right in thinking that in order to redirect an https URL to another https URL without a certificate warning, the first https URL has to have it's own valid certificate and IP address?
Am trying ...
0
votes
0answers
17 views
Sharing SSL with two domain [closed]
I have two web domain, one has a dedicated ip address with ssl installed. The second has a shared ip address, however, since both web domain sits on the same server, I am trying to use the ssl that is ...
1
vote
1answer
23 views
ServerAlias with SSL
I would like to know if the SSL certification would still be valid in the scenario. By valid I mean it will display both sites with SSL certificate without any issues or errors etc.
I have two ...
0
votes
1answer
27 views
SSL error curl/wget unknown protocol/wrong version number
I've been trying to use local hosted https urls in command line/cron jobs and i get those errors. curl output is similar. The same commands, when used in other servers works perfectly.
Default
...
0
votes
1answer
22 views
Cyrus can't connect via SSL/TLS
I made a key with
sudo openssl req -new -x509 -nodes -out /etc/ssl/certs/imap.pem -keyout /etc/ssl/private/imap.key -days 365
and then I make chown cyrus /etc/ssl/certs/imap.pem and chown cyrus ...
0
votes
0answers
18 views
Nginx load balancing http and https and subdomains
I am learning about load balancing with Nginx right now so bare with me. I have a virtual environment setup with 1 Nginx setup as a load balancer that proxies to 2 Nginx boxes that will serve as ...
0
votes
1answer
25 views
Stop default SSL response on Shared IP using SNI
Previously I asked a question here: Single domain SSL presented for all domains on Shared IP about setting up secure and non-secure domains on a single IP.
Opinions were mixed, but it appears SNI ...
1
vote
1answer
39 views
ssl error handshake failure alert
I'm getting the error mentioned in the title in Firefox when i try to access my website on my machine.
This is the error i get :
An error occurred during a connection to www.st.um.
SSL peer was ...
0
votes
2answers
49 views
how to redirect from “https://www.example.com” to be “https://example.com”?
I want to know:
How to redirect from ..
https://www.example.com
to be
https://example.com
via .htaccess or CPanel?
As the SSL only installed on the one without "www", and when I visit the ...
1
vote
1answer
43 views
Single domain SSL presented for all domains on Shared IP [duplicate]
I have a VPS running Apache/2.2.22 on Ubuntu Server 12.04 LTS.
I have successfully installed an SSL for domaina.com
Unfortunately if I visit https://domainb.com, https://domainc.com, etc… I am ...
-1
votes
1answer
24 views
Replacing existing SSL cert on RHEL5/Apache2.2.3
My existing SSL cert is about to expire so I need to replace it with the new one. I have been provided a .cer and .key file. How can I smoothly replace the cert with minimal downtime?
0
votes
0answers
35 views
Tomcat SSL only in path
I want to configure Tomcat so that:
It uses SSL only in a specific path; e.g. /admin.
The rest of the site shall be accessible via http only (not https).
As for now I have done part 1. Is there a ...
0
votes
0answers
30 views
Installing SSL certificates in IIS 6.2
I'm having some trouble adding certificates to the server in IIS. I have four .pem files a .jks file and a .pfx file.
I have tried importing them into MMC but they do not appear in the list of ...
0
votes
1answer
27 views
how to confirm ssl certificate will take over after intermediate
Sorry, this is probably a dumb question, but just want some assurance...
Installed my first SSL certificate on an IIS 7 server and just want to know if there's a way to verify the SSL certificate will ...
1
vote
0answers
36 views
proxy to SSL third party site and masquerade url
To improve search engine optimization I need to have my SSL-enabled site https://www.company.com/support proxy to our SSL enabled third party support site https://company.custhelp.com, while at the ...
0
votes
0answers
17 views
Apache SSL Connections being killed
Frequently (25%-50%), when we do a post request, the client ssl connection is killed causing a bad request. Get requests do not seem to be suffering from this issue. We are using standard appache ssl ...
0
votes
1answer
41 views
Apache ~ how to force SSL client auth for specific IP
Haven't been able to figure out how to easily manage access to my SSL website.
I'm trying to allow access to a specific location based on client IP.
If client IP = 192.168.x.x => bypass client ...
0
votes
3answers
59 views
SSL on Subdomain, Already on Domain
I already have a Single Domain SSL on my main domain (example.com), but I would like to add a new SSL cert to my subdomain (api.example.com). Can I purchase another single Domain SSL, or do I need to ...
-1
votes
0answers
12 views
How to add self signed certificate to certificate bundle? [migrated]
How to add self signed certificate to certificate bundle so that the Curl http client can verify the self signed certificate as valid one?
0
votes
2answers
63 views
“Unable to locally verify the issuer's authority” for GeoTrust SSL CA
I am having troubles connecting to an SSL site (not mine) from the command-line. The certification path goes "GeoTrust Global CA" > "GeoTrust SSL CA" > "*.131500.com.au". The server recently ...
-1
votes
0answers
26 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 ...
0
votes
1answer
32 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 ...
1
vote
1answer
37 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
19 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
24 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
votes
1answer
21 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 ...
0
votes
2answers
31 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 ...
1
vote
0answers
57 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 ...
0
votes
0answers
27 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
3answers
32 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 ...
0
votes
0answers
45 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
1answer
28 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
35 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
37 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 ...
-1
votes
0answers
27 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
36 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
2answers
52 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 ...
0
votes
0answers
39 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 ...
0
votes
0answers
16 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
53 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
2answers
41 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
1answer
66 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 ...
0
votes
1answer
36 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
2answers
52 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
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
18 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
65 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 ...