Did you try subdomain without www?
Put https://mySubdomain.myDomain.de/myPHP.php 
<https://www.mysubdomain.mydomain.de/myPHP.php> into tRes

www is also a subdomain.

.de  is the top level domain
.mydomain is the second level domain

while any other name  before the second level domain is a subdomain.
e.g.
downloads.livecode.com <http://downloads.livecode.com/>
www.livecode.com <http://www.livecode.com/>
forums.livecode.com <http://forums.livecode.com/>

Of course you could use also www. as an additional prefix of a subdomain, but 
this does not make sense to me. In most case the server removes that www. part 
then.

So please try again without www.

Regards,

Matthias







Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de <https://instamaker.dermattes.de/>
https://winsignhelper.dermattes.de <https://winsignhelper.dermattes.de/>

> Am 24.01.2019 um 12:35 schrieb Tiemo Hollmann TB via use-livecode 
> <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>:
> 
> What I found is that it seems to be related using a subdomain and SSL in my
> url.
> mySubdomain points to dir myDir at myDomain and myDomain has a certificate
> with "*", so that it also reflects on the subdomain.
> This works (SSL):
> Put https://www.myDomain.de/myDir/myPHP.php 
> <https://www.mydomain.de/myDir/myPHP.php> into tRes 
> This also works (subdomain, but no SSL):
> Put http://www.mySubdomain.myDomain.de/myPHP.php 
> <http://www.mysubdomain.mydomain.de/myPHP.php> into tRes
> But this does not work (Subdomain + SSL):
> Put https://www.mySubdomain.myDomain.de/myPHP.php 
> <https://www.mysubdomain.mydomain.de/myPHP.php> into tRes
> Calling this subdomain URL via browser, I can call it with https
> 
> Will test Matthias try later, thanks
> Tiemo
> 
> -----Ursprüngliche Nachricht-----
> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com 
> <mailto:use-livecode-boun...@lists.runrev.com>] Im Auftrag
> von Tiemo Hollmann TB via use-livecode
> Gesendet: Donnerstag, 24. Januar 2019 11:47
> An: LiveCode User Liste senden <use-livecode@lists.runrev.com 
> <mailto:use-livecode@lists.runrev.com>>
> Cc: Tiemo Hollmann TB <toolb...@kestner.de <mailto:toolb...@kestner.de>>
> Betreff: change http to https, what to do?
> 
> Hello,
> 
> 
> 
> I have some http communication with some PHP programs on my server. The PHP
> programs reside in a password protected directory.
> 
> I want to change the http communication (put URL) to https (the server has a
> certificate) because of the new European Basic Data Protection Regulation.
> 
> 
> 
> When just changing the "http" to "https" in my URL I get the return message:
> 
> "tsneterr: (35) schannel: next InitializeSecurityContext failed:
> SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal
> SSL/TLS alert is received (e.g. handshake failed)."
> 
> 
> 
> Are there any general options in LiveCode, I have to prepare to communicate
> via https or what else do I have to change?
> 
> Thanks for any experience.
> 
> Tiemo
> 
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to