• 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: Matthew Ness via Webobjects-dev <email@hidden>
  • Date: Fri, 28 Aug 2020 07:59:15 +1000

I terminate TLS at the ALB/NLB/(ELB). You can apply your cert chain in cert
manager and apply it to your xLBs.

Regards,

--
Matt
http://logicsquad.net
https://www.linkedin.com/company/logic-squad/


On Fri, Aug 28, 2020, at 7:40 AM, Jesse Tayler via Webobjects-dev wrote:
>
> I use AWS+Route53 for SSL and I really just want to force all requests
> to HTTPS and I’m having trouble
>
> I have a few common WO rewrites to shorten URLs
>
>
>         RewriteRule ^/signup /apps/WebObjects/MyAppName.woa/wa/signup
> [last,passthrough]
>         RewriteRule ^/default /apps/WebObjects/MyAppName.woa/wa/default
> [last,passthrough]
>
>         RewriteRule ^/myappname(.*)$ /apps/WebObjects/MyAppName.woa$1 [PT,L]
>
>
> And I seem to have these SSL related:
>
>       RewriteCond %{HTTPS} on
>       RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
>
>
>
> And no matter how I try to program this, I get too many redirects
> because apparently my rules run a loop or something?
>
> Basic redirects are not unique to WebObjects!
>
> How are you guys programming apache to shorten URLs and also bounce to
> SSL if it is not already?
>
>
>  _______________________________________________
> 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
>
 _______________________________________________
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

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>)

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