HTTPS stands for HTTP Secure and is a combination of HTTP and SSL/TLS (Secure Sockets Layer/Transport Layer Security) and is used to provide an encrypted connection to a website.

learn more… | top users | synonyms

0
votes
0answers
20 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 ...
-2
votes
0answers
11 views

Tinyproxy + https [closed]

I am faced with the following error message when using https my server is : CentOS release 6.4 (Final) Firefox: An error occurred during a connection to www.google.ca. SSL received a record that ...
0
votes
0answers
23 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
1answer
18 views

Apache reverse proxy converts links in page to https

I have set up a reverse proxy and on the resulting page the http links show as https, so they cannot be loaded as this is a pure http page. Could this be caused by a bad reverse proxy configuration? ...
1
vote
2answers
47 views

Nginx serves same content for HTTPS requests across various domains

I created a GitLab instance on my server, let's call it git.domain1.tld. When I connect to https://git.domain1.tld it works fine. However, when I connect to https://domain2.tld, it shows the same ...
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 ...
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 ...
1
vote
0answers
22 views

Permanent Redirect on Apache is not working

I have an Apache 2.4 server on Windows 2008 that has been working great as a reverse proxy. It is serving content from a LifeRay 6.0 installation running on Glassfish 3.0. Originally, when we ...
1
vote
0answers
99 views

Java CertificateException in Domino 9 when trying to access HTTPS URL

When we upgraded our Domino development server from 8.5.3 to 9 the HTTPS connections from Java code to sites having GoDaddy certificate stopped working. Connections to servers having DigiCert ...
0
votes
0answers
34 views

ngnix - required cipher missing

I just started using nginx 1.4.0 to reverse proxy to my application and manage ssl. I am getting this error occasionally 2013/05/04 09:02:16 [crit] 32651#0: *4663 SSL_do_handshake() failed (SSL: ...
-3
votes
0answers
69 views

Proxy web browsing over HTTPS? [closed]

I am accessing a network where only HTTPS website work, like https://google.com, https://example.com etc.). The HTTP port (80) is blocked. I have an external server; what would be the best way to ...
1
vote
1answer
31 views

How to setup CodeIgniter with nginx allowing for SSL?

My nginx.conf file has: server { listen 80; listen 443; server_name www.mysite.com; #charset koi8-r; #access_log /var/log/nginx/host.access.log main; root ...
0
votes
1answer
27 views

Filter HTTPS URLs with non-transparent proxy

I have set up a Squid v.3.1 + Squidguard, the proxy is configured on each browser via a proxy.pac file. Now if an user goes to a blocked site with HTTP (e.g. http://www.facebook.com) the Url filter ...
0
votes
1answer
28 views

getting https encrypted data passed over http

I'm trying to configure tomcat to work https port 8443. using tomcat 7. I enabled the https connectors with the following parameters: <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" ...
1
vote
1answer
55 views

When do SSL certs require a dedicated IP, and when don't they? [duplicate]

My host has informed me that I need to purchase a dedicated IP from them in order to use a SSL cert I want to buy. I don't believe them. Is there a way to leave them out of the loop and get this done ...
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
1answer
44 views

Can't connect to localhost on port 8443 for tomcat https

I've installed tomcat and it is running perfectly fine. However, I can't access it via https layer. Port 8080 works fine: curl -IL http://localhost:8080 HTTP/1.1 200 OK Server: Apache-Coyote/1.1 ...
-2
votes
1answer
46 views

Can Squid or other open-source proxy server be set up to process HTTPS encrypted traffic? [closed]

I would like to set up a home proxy server which would filter ads and viruses even before they get to the browser. The problem in this case is that many web sites use encrypted HTTPS connections and I ...
0
votes
0answers
30 views

Setting SSL with Debian-based Wordpress Installation

I'm trying to set up HTTPS for Wordpress Authentication without success. Only SSL in wp-admin is sufficient. Here is the conf file for the Virtual host: <VirtualHost *:80> ServerName ...
0
votes
2answers
29 views

IIS 7.0: unwanted automatic redirect to HTTPS

Situation: WinServer 2008 R2 with IIS 7.0 Default Web Site with the following bindings: HTTP on port 80 for www.<domain>.com and HTTP on port for <domain>.com, as well as HTTPS on port ...
0
votes
1answer
19 views

Optimal way to configure urls that should enforce HTTPS in Nginx?

is there a way to configure Nginx to read from a line-by-line file to determine when HTTPS should be enforced rather than putting all the URLS in a conditional check? Or is there a way to combine the ...
0
votes
1answer
53 views

Different routes for HTTPS vs HTTP traffic?

I'm currently using Amazon Route53 to manage our DNS and have run into a snag. Our static content is served from AWS S3, however, S3 doesn't support HTTPS with CNAME's. To get around Cross Domain ...
0
votes
1answer
37 views

Cisco route HTTP / HTTPS to proxy server

Given a Cisco router, is it possible to route all HTTP and HTTPS traffic to a proxy server for filtering, and allow the proxy server to send the filtered traffic back?
0
votes
1answer
35 views

Nginx vhost config doesn't work with SSL

I try to get my vhost working with my SSL cert on Nginx. I just get error 102 connection refused when i try to access the site! server { listen 80; root /var/storage/linusodenring.se/www; ...
0
votes
2answers
36 views

.htaccess redirect just the root of my site to http

What's wrong with these redirect rules? RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} =www.pointfixed.com RewriteCond %{HTTPS} on RewriteRule ^$ http://www.pointfixed.com/ [L,R=301] ...
0
votes
2answers
33 views

HTTPS CNAME setup for CDN

Background I need to host some files on our CDN (edgecast) which will be available over HTTPS. I would usually accomplish this by using the provided CDN url, i.e. https://wav22.233d.edgecast.com/.... ...
2
votes
0answers
71 views

Outlook Anywhere not working through proxy with HTTPS inspection

I'm currently working at a customer's site where they use a web proxy with HTTPS inspection: for each HTTPS connection, the proxy acts as a man-in-the-middle by terminating the HTTPS channel, ...
0
votes
1answer
37 views

Using https just in a specific page - nginx

I am using NGINX as a web server. I would like to use https just in my login page, all other pages should serve http connection. How is possible to redirect the user to https when he types "/login" ...
1
vote
0answers
40 views

Squid ssl_bump server_first

I am trying to test the ssl_bump server_first Squid directive, but I did not understand how it works. As far as I understood the ssl_bump directive has three working modes: None: HTTPS traffic is ...
0
votes
2answers
73 views

URL filtering HTTPS traffic

the configuration that I am dealing with is a transparent HTTP proxy: on the firewall all the HTTP traffic (port 80) is redirected to the proxy via iptables; Dansguardian is installed on the proxy, ...
0
votes
0answers
22 views

How to using mod_rewrite under HTTPS

I'm write following configuration in httpd.conf. but, I can't start Apache when I turn on this setting. <VirtualHost *:443> ServerName www.example.com <IfModule mod_rewrite.c> ...
0
votes
0answers
65 views

Getting HAPROXY to redirect http to https in users browser session

We are currently using a Internet cloud provider to host our SaaS platform. The platform consists of a Firewall -> Cloud Provider SLB -> -> Apache Web Server -> HAPROXY SLB -> Liferay Platform We ...
0
votes
1answer
44 views

Redirect HTTP to HTTPS getting Connection Refused

I want to redirect https requests to http on an apache server. I have updated my .htaccess file as described in this previous question: Redirect HTTPS to HTTP However, this doesn't work and gives ...
1
vote
1answer
41 views

Prevent HTTP bindings from responding over HTTPS

I currently have a site with multiple HTTP bindings and one HTTPS binding. The cert I'm using for it is specific to one domain (secure.domain.com) and IIS is responding to HTTPS requests over all ...
0
votes
2answers
101 views

Unable to start Tomcat6 with HTTPS enabled

I have the following server.xml settings for my tomcat6 server <!-- COMMENTED <Connector port="8080" maxThreads="150" enableLookups="false" acceptCount="100" ...
0
votes
1answer
35 views

secure cookies when https is done on balancer, but balancer->appserver is http

We're trying to maintain PCI compliance for our application and after an audit, the report was telling us that we need to set the secure flag on our cookies. The site is HTTPS (using pound for https ...
0
votes
2answers
53 views

How to forward https requests to http?

Typically my nginx config looks like this: server { listen 80; server_name example.com; <some long config> } server { listen 443; server_name example.com; ...
0
votes
0answers
36 views

Unable to access https after updating IE 6 to IE 8 (Windows 2003)

I've recently updated our server with the latest windows update available. I also disabled the enhanced security since it was hindering the terminal service user ability to use the browser. When I ...
1
vote
2answers
42 views

Interim way to handle https requests while SSL certificate is being arranged?

What can I do to handle https requests while an SSL certicate is being arranged? The https requests are being made from a desktop app so there are no browsers involved. Are there free certs I can ...
0
votes
1answer
42 views

nginx rewrite only specific servername to https

It's about two subdomains. The first one (www) should be accessed via http. The second one (cloud) should be accessed via https. These are the relevant parts of my entries: server { listen ...
-3
votes
2answers
175 views

How can system admins track employees Gmail chat [closed]

I am in a company where i have been warned about using chats. I spoke with one of the admin and he said every chat is being Monitored; ok i agree it can be if we use plain text but what if we use ...
0
votes
0answers
38 views

SSL with keep-alive times out in polling loop and select after the first reqest/response on a socket connection

Are keep-alives supposed to work with SSL? Multiple webpages indicate that it should. However, running either ApacheBench (ab), with the -k keep-alive option or httperf, which hardwires the use of ...
1
vote
0answers
118 views

Console errors 'Invalid 'X-Frame-Options' of '(DENY || SAMEORIGIN)'

Site iframes are throwing Chrome console errors 'Invalid 'X-Frame-Options' header encountered when loading pages over https. The error is '(DENY || SAMEORIGIN)' is not a recognized directive. The ...
1
vote
1answer
44 views

SSL Session Persistence - HA Heartbeat

I have two servers, let's call them Milo and Otis. Now Milo and Otis are setup to be an active-passive pair of highly available servers where Milo is usually the master and Otis stands-by waiting for ...
0
votes
1answer
61 views

Intermittent access to HTTPS sites through iptables MASQUERADING

The problem: everything is fine on the network, except every once in a while, all https times out for all the hosts on the network. After a few minutes it goes back to being near-instant for several ...
0
votes
1answer
49 views

Redirect HTTP to HTTPS without a web server

I'm running an OpenVPN AS server on a VPS and the server itself has a web interface accessible through HTTPS. I'd like to redirect all HTTP traffic to HTTPS without having to install a web server for ...
0
votes
0answers
52 views

How to require client-side SSL certificate only for exern IPs in nginx server configuration?

I would like to configure nginx this way, that only extern page visitors (not 192.169.1.0/24) need to authenticate using client-side SSL certificates. I already found, that extern and intern users ...
-1
votes
1answer
134 views

Can't enable HTTPS and SSL streams in PHP no matter what

I've been trying to enable my HTTPS/SSL (443) streams in PHP but no had success at all. My certs are properly installed and I can normally browse through the site using HTTPS, but phpinfo() tells that ...
-2
votes
1answer
48 views

IIS - https:// works while http://host:443 doesn't

This is my site: http://scyk.pl When you go https://scyk.pl Everything is ok, but when you go http://scyk.pl:443 Connection is timing out. I am running IIS7, today I configured ssl, and I ...

1 2 3 4 5 16