This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-12
Channels
- # aleph (11)
- # aws-lambda (1)
- # beginners (158)
- # boot (19)
- # cider (14)
- # clara (23)
- # cljs-dev (3)
- # clojars (4)
- # clojure (133)
- # clojure-dev (57)
- # clojure-dusseldorf (1)
- # clojure-finland (2)
- # clojure-gamedev (31)
- # clojure-greece (15)
- # clojure-ireland (1)
- # clojure-italy (3)
- # clojure-russia (8)
- # clojure-spec (149)
- # clojure-uk (51)
- # clojurescript (88)
- # community-development (1)
- # component (5)
- # cursive (17)
- # datomic (3)
- # emacs (6)
- # fulcro (142)
- # graphql (1)
- # juxt (15)
- # lein-figwheel (1)
- # luminus (3)
- # lumo (6)
- # off-topic (11)
- # om (8)
- # onyx (5)
- # portkey (6)
- # proton (2)
- # protorepl (3)
- # quil (6)
- # re-frame (14)
- # reagent (9)
- # shadow-cljs (226)
- # specter (11)
- # testing (96)
- # uncomplicate (5)
- # unrepl (8)
- # vim (11)
Good morning gents, I’ve taken the next step in my Roll journey and need a little help
I’ve installed an ACM SSL cert and added the ARN to my config.edn, following the example
but I’m getting errors from the servlet container that indicate that the encrypted request is being passed through on port 8080
I don’t know EC2 well enough to figure out where the decryption occurs i.e. which part of my Roll config I got wrong.
FWIW here’s the error WARN org.eclipse.jetty.http.HttpParser - Illegal character 0x16 in state=START for buffer [email protected][p=1,l=168,c=8192,r=167]={\x16<<<\x03\x01\x00\xA3\x01\x00\x00\x9f\x03\x03\x9d\x81\n\xCd\xDd\xF9\xCb...\x02\x04\x03\x03\x01\x03\x02\x03\x03\x02\x01\x02\x02\x02\x03>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
yes here’s my config `{:listen 443 :forward ^:ref [:web-server :port] :protocol “HTTPS” :ssl-policy “ELBSecurityPolicy-2015-05" :certificate-arn “<elided>“}`