We got SSL working wtih ALM12.53, but now BOTH HTTP and HTTPS are working! How to stop HTTP access?
Question ID: 107068
1
0

We were able to finally get HTTPS/SSL working for our load of ALM12.53 (uses Jetty).
I guess we did it correctly (mostly) because BOTH HTTPS (secure) and HTTP (non-secure) are working.

We want to only have HTTPS enabled, what did we miss?

Marked as spam
Posted by (Questions: 99, Answers: 7)
Asked on August 18, 2016 7:49 pm
37 views
Answers (1)
1
Private answer

In the JETTY.xml file, you need to comment out the lines for HTTP / Port 8080 or 80 ''connector'' (look for jetty.port and default=''8080'' or ''80''.

![alt text][1]
There is a section in the file about ''Http Configuration''. Look for section of code starting with:

< Call name=''addConnector'' >

Add a start comment string on a line just above it:

(see highlighted text on image)

Then, find the end of the block, it ends with:

< / Call >

Then add the closing comment string on a line just below the /Call :

(see highlighted text on image)

This comments out the HTTP / Port 8080 (or 80) un-secured behavior.

[1]: /storage/temp/479-2016-08-18-1401.png

Marked as spam
Posted by (Questions: 4, Answers: 509)
Answered on August 18, 2016 8:05 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top