• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Apache rules and SSL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apache rules and SSL


  • Subject: Re: Apache rules and SSL
  • From: Jesse Tayler via Webobjects-dev <email@hidden>
  • Date: Thu, 27 Aug 2020 20:08:49 -0400

On the way I notice that some URLs don’t honor secure

                String link = context().directActionURLForActionNamed("dash",
null);

I should be using a Wonder API for a regular DA url? Odd I was using that…

Paul?

    Redirect permanent / https://foo.example.com/

Sounds smart — but doesn’t that simply change the entrance vs force ssl/https
version of all urls?




> On Aug 27, 2020, at 7:56 PM, Paul Hoadley <email@hidden> wrote:
>
> Hi Jesse,
>
> On 28 Aug 2020, at 07:10, Jesse Tayler via Webobjects-dev
> <email@hidden> wrote:
>
>> I use AWS+Route53 for SSL and I really just want to force all requests to
>> HTTPS and I’m having trouble
>
> This should be sufficient in vhosts.conf:
>
> <VirtualHost *:80>
>     ServerName foo.example.com
>     Redirect permanent / https://foo.example.com/
> </VirtualHost>
>
>
> --
> Paul Hoadley
> https://logicsquad.net/
> https://www.linkedin.com/company/logic-squad/
>
>
>

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Apache rules and SSL
      • From: Paul Hoadley via Webobjects-dev <email@hidden>
References: 
 >Default form value encoding was changed after parsing multi-part form. Form values will be lost. (From: Harjinder Singh via Webobjects-dev <email@hidden>)
 >Apache rules and SSL (From: Jesse Tayler via Webobjects-dev <email@hidden>)
 >Re: Apache rules and SSL (From: Paul Hoadley via Webobjects-dev <email@hidden>)

  • Prev by Date: Re: Apache rules and SSL
  • Next by Date: Re: Apache rules and SSL
  • Previous by thread: Re: Apache rules and SSL
  • Next by thread: Re: Apache rules and SSL
  • Index(es):
    • Date
    • Thread