Check http -> https redirects on new website
All http requests should be redirected to https:
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- egon w. stemle changed milestone to %Post-EOL website
changed milestone to %Post-EOL website
- Author Owner
egon@euriiegn:~$ curl -v http://merlin-platform.eu * Trying 20.4.98.83:80... * TCP_NODELAY set * Connected to merlin-platform.eu (20.4.98.83) port 80 (#0) > GET / HTTP/1.1 > Host: merlin-platform.eu > User-Agent: curl/7.68.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 308 Permanent Redirect < Date: Wed, 11 Jan 2023 08:20:18 GMT < Content-Type: text/html < Content-Length: 164 < Connection: keep-alive < Location: http://www.merlin-platform.eu < <html> <head><title>308 Permanent Redirect</title></head> <body> <center><h1>308 Permanent Redirect</h1></center> <hr><center>nginx</center> </body> </html> * Connection #0 to host merlin-platform.eu left intact
egon@euriiegn:~$ curl -v http://www.merlin-platform.eu * Trying 20.4.98.83:80... * TCP_NODELAY set * Connected to www.merlin-platform.eu (20.4.98.83) port 80 (#0) > GET / HTTP/1.1 > Host: www.merlin-platform.eu > User-Agent: curl/7.68.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 308 Permanent Redirect < Date: Wed, 11 Jan 2023 08:20:22 GMT < Content-Type: text/html < Content-Length: 164 < Connection: keep-alive < Location: https://www.merlin-platform.eu < <html> <head><title>308 Permanent Redirect</title></head> <body> <center><h1>308 Permanent Redirect</h1></center> <hr><center>nginx</center> </body> </html> * Connection #0 to host www.merlin-platform.eu left intact
egon@euriiegn:~$ curl -v http://www-dev.merlin-platform.eu * Trying 20.4.98.83:80... * TCP_NODELAY set * Connected to www-dev.merlin-platform.eu (20.4.98.83) port 80 (#0) > GET / HTTP/1.1 > Host: www-dev.merlin-platform.eu > User-Agent: curl/7.68.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 308 Permanent Redirect < Date: Wed, 11 Jan 2023 08:20:24 GMT < Content-Type: text/html < Content-Length: 164 < Connection: keep-alive < Location: https://www-dev.merlin-platform.eu < <html> <head><title>308 Permanent Redirect</title></head> <body> <center><h1>308 Permanent Redirect</h1></center> <hr><center>nginx</center> </body> </html> * Connection #0 to host www-dev.merlin-platform.eu left intact
- egon w. stemle marked the checklist item http://merlin-platform.eu as completed
marked the checklist item http://merlin-platform.eu as completed
- egon w. stemle marked the checklist item http://www.merlin-platform.eu as completed
marked the checklist item http://www.merlin-platform.eu as completed
- egon w. stemle marked the checklist item http://www-dev.merlin-platform.eu as completed
marked the checklist item http://www-dev.merlin-platform.eu as completed
- Author Owner
cool, this already works! @Paolo.Brasolin
- egon w. stemle closed
closed
Please register or sign in to reply