I have my own server + cloudflare. Cloudflare redirects to my server and it is working fine.
Now I want to connect with my Visual Basic program trough Cloudflare to my MySql server.
It looks like it can connect somehow but I alway get a Reading from the stream has failed error.
I’ve already disabled ssl and set the port to my mysql server to 8080.
(It works to directly connect to my vps - without cloudflare. Using cloudflare i get this error)
“Reading from the stream has failed”
Cloudflare only proxies HTTP/S traffic, regardless of port. It’s like trying to reconfigure your server to put FTP on Port 8080. Cloudflare won’t pass that protocol through.
One option would be to just configure your database connection to use IP address.