Custom SSL Project

Hi I have the following configuration: ction=dst-nat chain=dstnat comment=“” disabled=yes dst-address=\ 192.168.8.30 dst-port=443 protocol=tcp to-addresses=10.1.32.28 to-ports=\ 2004

I like to communicate with 192.168.8.30 with encrypted data and forward to dst-nat host 10.1.32.28 with port 2004 unencrypted. 192.168.8.30 Mikrotik with SSL
10.1.32.28 External Host no SSL (This host not support SSL I need to forward the communication between those host without lost encrypted data between 192.168.8.30 and 192.168.8.15) Is that possible?

can I do dat with reverse proxy?

Ok when 192.168.8.X hit the host 192.168.8.30 port the host 192.168.8.X waits for respond. But I need to connect all traffic from 10.1.32.28 to host 192.168.8.30 to communicate host 192.168.8.X to 10.1.32.28 using the host 192.168.8.30 as SSL GATEWAY.

Any idea how to do that or any work around?

you may use encrypted PPTP tunnel if you need security

Thanks for respond you mean I can use ssl between 192.168.8.30 and 192.168.8.15 and PPTP tunnel to 10.1.32.28?

The communication between 192.168.8.30 and 192.168.8.15 must be ssl.

Thanks

why ssl?

The host 192.168.8.15 only support SSL or clear TCP without SSL the host 192.168.8.15 is a Point of Sale Terminal.