[fpc-pascal] any workable synapse https server (SSL) sample available?

Dennis Poon dennis at avidsoft.com.hk
Fri Nov 8 15:59:27 CET 2013


I downloaded the synapse4.0 but the sample project httpSserver inside 
does not work.

When I pointed the Chrome and Firefox browser to http://192.168.1.4/

firefox reported:

Secure Connection Failed

           An error occurred during a connection to 192.168.1.4.

SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)

Chrome reported:


  SSL connection error

Unable to make a secure connection to the server. This may be a problem 
with the server, or it may be requiring a client authentication 
certificate that you don't have.
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.



Also, the httpserver program had Access Violations when terminated. 
(seems it forgets to call Terminate of all threads created).


Dennis



More information about the fpc-pascal mailing list