uhm-coe / assist

Assist is a support site built with Jekyll.
https://assist.coe.hawaii.edu/
Apache License 2.0
3 stars 1 forks source link

Redirect not working #37

Closed enriquezm closed 8 years ago

enriquezm commented 8 years ago

assist.coe.hawaii.edu does not currently redirect to https://assist.coe.hawaii.edu/

pkarjala commented 8 years ago

FYI, tested this in each of the following scenarios:

Hard-wire connected to COE Network. Connected to University WiFi. Connected to University WiFi while on VPN.

The redirect does currently appear to functional at this time.

We can check the server logs to see if there's anything going on there.

parkjc commented 8 years ago

Was able to reproduce this problem:

Reason:

ipv6only=on|off this parameter (0.7.42) determines (via the IPV6_V6ONLY socket option) whether an IPv6 socket listening on a wildcard address [::] will accept only IPv6 connections or both IPv6 and IPv4 connections. This parameter is turned on by default. It can only be set once on start. Prior to version 1.3.4, if this parameter was omitted then the operating system’s settings were in effect for the socket.

Fix:

pkarjala commented 8 years ago

I think it would be best to continue to support IPv4 for the foreseeable future.

enriquezm commented 8 years ago

@parkjc can we confirm that this has been resolved?

parkjc commented 8 years ago

@mylesenri yes, just tested on a newly reimaged machine that has never logged into assist before (probably overkill) and it redirects ok.

enriquezm commented 8 years ago

@parkjc alright thanks!