Hello,
I have troubles to connect to an external MySQL database which is
deployed on a server (Apache) run throught the https protocol. When I
try to connect to the database via 443 port I get the following message:
Couldn't read schema names from db: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
Is there anything wrong with the connection if I try url like this:
jdbc:mysql://<
subdomain.domain.cz:443/<databasename>
Is there any problem with the ssl protocol used on a server with the
database? For example if I try to display the web in the browser like
http://subdomain.domain.cz:443
then I get this message:
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
Can the connection wizzard handle the SSL secured connection?
Many thanks for your help.
V. Kettner