rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - eyespeak

Pages: 1
1
router & port problems / Re: Redirect from 80 (HTTP) to 443 (HTTPS)?
« on: June 04, 2017, 11:19:17 AM »
I'm not familiar with SelfHost.de but you can try this code:Insert the code marked in red in the <head> section (source).
Fine, the snippet works!
Is there any other option without JavaScript?

2
router & port problems / Re: Redirect from 80 (HTTP) to 443 (HTTPS)?
« on: June 04, 2017, 08:53:33 AM »
@eyespeak: I guess you own a domain, right?...
...or you are only using a DynDNS service (like No-IP)?
Yes, own domain with subdomain. I connect with sub.domain.de

Quote
If you are using a domain, please say us what registrar are you using.
My router has an account from selfhost.de, and my provider a CNAME entry on this subdomain. It works fine.

But how can I now only connect to https? The only way so far ... Only NAT 443 to internal:
NOT Working http://sub.mydomain.de
Working https://sub.mydomain.de

But I want to redirect from http to https directly:
http to https
https stay https

3
router & port problems / Re: Redirect from 80 (HTTP) to 443 (HTTPS)?
« on: June 04, 2017, 08:42:04 AM »
Code: [Select]
<meta http-equiv="refresh" content="0; url=http://example.com/" />
Ok, it works but i have now a endless loop between http<>https. Not so good :)

4
router & port problems / Redirect from 80 (HTTP) to 443 (HTTPS)?
« on: June 02, 2017, 07:52:55 PM »
Hi,

i have generated with Stunnel and Let´s Encrypt my own certificate without a SSL warning. Nice :-)

Now: how i can redirect alway all requests from port 80 to port 443?

Thanks a lot.

Pages: 1