I have some sites in my private network with NO SSL, (port 8080 in old IBM system) and need to publish with standart SSL 443 port with SSL, additionally the source site has e specific utl.
Source
h t t p://192.168.1.1:8080/mylocalurl/localapp/someindex.html (NO ssl)
end desired
h t t p s://www.mydomain.com
i tried using rules but only works if my source is https, how i can fix it ?
You best run a local proxy which accepts the SSL connection and then locally forwards to your IBM system. Everything else won’t work nor will it be secure.
In that case you will have a perfectly fine 443 setup and can add Cloudflare.