Atozed Forums
IW15 SSL issue (StandaloneSSL demo) - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IW15 SSL issue (StandaloneSSL demo) (/thread-934.html)



IW15 SSL issue (StandaloneSSL demo) - Filip Demuynck - 02-03-2019

Hi,

I've successfully installed the required : 
libeay32.dll
ssleay32.dll
so the StandaloneSSL demo compiles and runs.
However, when i click on the link to open the secured form i get the following error messages, depending on the used browser :
Firefox : SSL_ERROR_UNSUPPORTED_VERSION
edge : cannot make a secured connection with this page
                           This can be because the site uses an outdated or insecure TLS-securetysetting.  If this keeps happening, please contact the owner of the website

internet explorer : cannot make a secured connection with this page
                           This can be because the site uses an outdated or insecure TLS-securetysetting.  If this keeps happening, please contact the owner of the website
chrome : ERR_SSL_VERSION_OR_CIPHER_MISMATCH

This is the last hurdle to take before i can launch my new website, so any help would be much appreciated (using the latest IW version 15.0.17 on Delphi 10.3

Kind regards,

Filip Demuynck


RE: IW15 SSL issue (StandaloneSSL demo) - Jose Nilton Pace - 02-03-2019

Hi Filip, in ServerController, put SSL config to TLS1.2 only and test again.