Posts

Showing posts with the label ssl

SSL23_GET_SERVER_HELLO:unknown protocol

SSL23_GET_SERVER_HELLO:unknown protocol I have read all postings on this error, and tried all the answers, but problem is still not resolved. Running Debian 8 virtual machine created by Google Cloud Platform, created a Self-Signed SSL and configured the default-ssl file as per instructions, and still getting error when connecting to port 443. Here is the command that I ran and the message that I got. Any insightful help would be welcome: openssl s_client -connect localhost:443 140700056811152:error:140770FC:SSL routines: :s23_clnt.c:782: --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 7 bytes and written 289 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE SSL-Session: Protocol : TLSv1.2 Cipher : 0000 Session-ID: Session-ID-ctx: Master-Key: Key-Arg : None PSK identity: None PSK identity hint: None SRP username: None Start T...

HTML: https-form inside a http-frameset -> really insecure?

HTML: https-form inside a http-frameset -> really insecure? I am using a default http frame-forward of a domain provider to load a secure https form from my main hoster: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><title>die Rechnung für den Zoll :-)</title><meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="description" content=""><meta name="keywords" content=""><link rel="SHORTCUT ICON" href=""></head><frameset rows="100%"><frame frameborder="0" src="https://robosoft.de/zoll"></frameset></html> But Windows-Opera and Windows-Chrome and Windows-Firefox warn that the s...