Tagged Questions
0
votes
0answers
11 views
RoundCube mail redirects to itself all https requests [migrated]
All requests to https://example.com end up being redirected to RoundCube login page.
I want https to work the same way as regular protocol does, and to use the same URLs.
Setup: Ubuntu 12.10 with ...
-1
votes
1answer
25 views
How to enable SSL for both Apache2 and Jetty Server [closed]
I am new to SSL. I got apache2 running, which hosts my personal website,
and also a jetty server via proxy pass (ProxyPass /abc http://{local host}:8080/abc).
How can I enable SSL for both Apache2 ...
-1
votes
0answers
25 views
How to replace the apache.crt and apache.key with GoDaddy.crt and key in SSL [closed]
So, after a week of trying to get my SSL up and running on my Apache2 server. I finally got it working. However, it is pointing at the self signed signature CRT that I created, in the SSL file. I ...
-1
votes
0answers
35 views
Installing SSL and Implementing it on our current Magento Website
I currently have an E-Commerce website (that is active), and need to have an SSL connection to it. We host our own site using Magento Community with a LightSpeed Connector, and use Apache2 on a ...
1
vote
0answers
13 views
What to configure in MAMP for 'https'
I create a pass and web service of pass. In that pass, I use 'http', so if I change to 'https', what things I need to configure ? (I want to change to 'https' in order to allow others to test my pass ...
1
vote
1answer
51 views
SSL Certificate Files and Usage
I have a question about certificate files with Apache + OpenSSL.
I have generated the following basic certificate files from the server:
/usr/share/ssl/csr/mydomain.csr.pem
...
0
votes
0answers
58 views
Apache proxy to another apache encapsulated SSL injecting local ip header
Here's the background of what I'm trying to accomplish :
Local Area Network (Many users) -> Connecting to local apache (Lets call this "Local" Apache A) -> Connecting to remote apache ("Remote" ...
0
votes
1answer
40 views
SSL Certifcate for Apache/Tomcat
I followed this tutorial to create a ssl certificate for a CAS server, now I decided that I need to use a vhost using the mod_jk, so the certificate need to be set in the Apache vhost config file..
...
0
votes
0answers
68 views
Disable SSL when server is accessed by IP [closed]
I have a domain for which I have installed an SSL cert on apache2, which works fine.
Now, image the domain name is superman.com. It resolves to 142.4.35.179. When one accesses the server using ...
0
votes
0answers
51 views
Apache2 SSL Proxy to Java container
I can't really configure my java container to serve ssl so it is serving http only at port 8181. I would like to configure Apache2 mod_proxy to serve as proxy with SSL. How should I do it? I can't ...
5
votes
1answer
138 views
settings in apache for django app which need ssl for some pages
My django app (let me call it partlysecureapp)has an index page which is visible to all.All the other pages (reachable from links on index page) need the user to log in. I want to use the app with SSL ...
1
vote
0answers
147 views
Add SSL certificate to rails site, apache2 passenger
I have a linux server running Ubuntu 10.04, apache2 and passenger. Its a 1and1 package and comes with an SSL certificate which has the various .crt and .key files present in /etc/ssl.
I have 3 apps ...
1
vote
1answer
52 views
running two django apps with SSL in same apache server
I have apache2 installed in ubuntu lucid ,and have enabled ssl .Now I am running a django app (lets say myapp1 )on it using mod_wsgi.
I have configured the /etc/apache2/sites_enabled/ssl file and ...
0
votes
1answer
111 views
Newly installed SSL not working on apache2 - Receiving 310 Error - Too many Redirects
Disclaimer - I'm a total newb when it comes to this. Inherited this issue.
I just installed the SSL certificate to our website. Install seems to have gone fine. Whenever I try to access a page via ...
0
votes
2answers
134 views
CherryPy SSL behind Apache
Is there a way to set up CherryPy to use SSL when running behind Apache2 without configuring Apache2 to do SSL for CherryPy?
I have found multiple tutorials about using SSL with CherryPy and ...