Want to translate between the old servers TLS 1.0 to the browser supported TLS 1.2.
Using the tlsproxy application and get this log message when trying to connect:
02-10 12:30:53.164 INF Tunnel(17)[#0 '1443-10.12.5.11:443'][OUT]:
Fatal Alert:UnknownCa was sent.
02-10 12:30:53.169 ERR Tunnel(25)[#0 '1443-10.12.5.11:443']:
Cannot start tunnel due to Rebex.Net.TlsException: Server
certificate was rejected by the verifier because of an unknown
certificate authority.
---> Rebex.Net.TlsException: Server certificate was rejected by
the verifier because of an unknown certificate authority.
Both my cert used for incoming connections and the cert on the remote server are self signed.
This is the tunnel config I'm using:
Tunnel #0: '1443-10.12.5.11:443'
* IN: 0.0.0.0:1443 (TLS - TLS12)
* OUT: 10.12.5.11:443 (TLS - TLS10)
* Server-names: '', SNI-preserve: 'True'
* Certificate: 'C:\testing.pfx', DH-key-size: '', Idle-timeout: 120
Is there a way to ignore that the certs are self signed?