HTTPS

This is a discussion on HTTPS within the Apache Web Server forums, part of the Web Server and Related Forums category; How to configure Apache2 (HTTPS) in SUSE 10.2 ? How to configure YAST -> Http Server ? https://localhost (not work) ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-15-2007
Przemek
 
Posts: n/a
Default HTTPS

How to configure Apache2 (HTTPS) in SUSE 10.2 ?

How to configure YAST -> Http Server ?

https://localhost (not work)
http://localhost:443 (it works)

Best Regards
Przemek

  #2 (permalink)  
Old 02-23-2007
nicholson150@frontiernet.net
 
Posts: n/a
Default Re: HTTPS

On Feb 15, 1:52 am, Przemek <p.kubi...@spamel.com.pl> wrote:
> How to configure Apache2 (HTTPS) in SUSE 10.2 ?
>
> How to configure YAST -> Http Server ?
>
> https://localhost(not work)http://localhost:443(it works)
>
> Best Regards
> Przemek


I assume you want to force all requests to use https? In httpd.conf
you can use rewrites to force non https (non port 443) to https.

# Force HTTPS for all content on this server
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:42 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0