Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Question on perfSONAR webUI page access through https

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Question on perfSONAR webUI page access through https


Chronological Thread 
  • From: Andrew Grabowski <>
  • To: Jianan Wang <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] Question on perfSONAR webUI page access through https
  • Date: Tue, 25 Mar 2014 14:34:49 -0400

Hi Jianan, 

I did whole site to switch from HTTP to HTTPS by doing the following:

Edit /etc/httpd/conf.d/apache-toolkit_web_gui.conf

RewriteRule ^/toolkit/.* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

#RewriteRule ^/toolkit/admin/.* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

#20140107.ag Changed rewrite condition to be for all functions not just admin


*Make sure the following lines are in the /etc/httpd/conf.d/ssl.conf file:

RewriteEngine on

RewriteOptions Inherit






Thank you,

Andrew Grabowski




On Tue, Mar 25, 2014 at 2:19 PM, Jianan Wang <> wrote:
Hi all,

I have a question on having secure protection towards perfSONAR webUI pages. We setup a shib in front of our perfSONAR webUI, but found that some of the pages like "Throughput" and "One-Way Latency" in "Service Graphs" are not accessible because the https does not support referer in the request header. I just wonder if anyone has suggestions on this other than simply use http to access the page.

Thanks.

--
Jianan Wang
Department of Electrical and Computer Engineering, Duke University
Department of Optical Engineering, ZJU  Information Engineering
Qizhen Leadership School, ZJU
Tel:(1) 919-937-4582
Email:





Archive powered by MHonArc 2.6.16.

Top of Page