Hello, i've done a small https server on AmigaOS4.1FE to serve a small Page and process the resulting POST queries, but when i connect from an android phone the first ssl_read() only returns 0 or 1 char.
The certificates i have are autosigned, and the browser complains about It, but i can Connect from Odyssey just fine, but from android i don't get the reply.
Wed, 2018-03-14 14:58
#1
Https server and android
Seems i have the same problem when Connecting from Major browsers
Perhaps you have Odyssey set to ignore SSL errors? Hence it succedes were more strict browsers refuse?
At some point i read something about old/deprecated encryption algorithm, so maybe new browsers doesn't support the used encryption, or my Code doesn't set Up It well.
However i can't ssl_read the browser query i can succeed ssl_write the Page i send to the browser.
Hi Ami603,
I watching and hoping you find the solution for this. I've
also had some ideas on things to do with an HTTPS server.
Are you using AmiSSL to do this?
Finally, I wanted to suggest that it would be great if you
could break out some simple sample code & commentary and
put it on the OS4 Dev Wiki!
Thanks,
PJS
Finally found what happened:
For some reason seems the AmiSSL installation script doesn't copy the developer includes and files, thus generating an older SSL executables, and making modern browsers complain about this.Expect some example skeleton during the next few days.