Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to establish SSL connection to download required RPMs

JhilFeb 18 2017 — edited Feb 19 2017

Dear Linux Experts,

I want to download MY-SQL for Oracle Linux (5.5)

# uname -a

Linux AUSDEV.COM 2.6.18-194.el5 #1 SMP Mon Mar 29 20:06:41 EDT 2010 i686 i686 i386 GNU/Linux

but why following command is getting  failure ?

# wget http://dev.mysql.com/get/mysql57-community-release-el5-7.noarch.rpm

--2017-02-19 04:52:39--  http://dev.mysql.com/get/mysql57-community-release-el5-7.noarch.rpm

Resolving dev.mysql.com... 137.254.60.11

Connecting to dev.mysql.com|137.254.60.11|:80... connected.

HTTP request sent, awaiting response... 301 Moved Permanently

Location: https://dev.mysql.com/get/mysql57-community-release-el5-7.noarch.rpm [following]

--2017-02-19 04:52:40--  https://dev.mysql.com/get/mysql57-community-release-el5-7.noarch.rpm

Connecting to dev.mysql.com|137.254.60.11|:443... connected.

ERROR: cannot verify dev.mysql.com's certificate, issued by `/C=US/O=Oracle Corporation/OU=Symantec Trust Network/CN=Oracle SSL CA - G2':

  Unable to locally verify the issuer's authority.

ERROR: certificate common name `www.mysql.com' doesn't match requested host name `dev.mysql.com'.

To connect to dev.mysql.com insecurely, use `--no-check-certificate'.

Unable to establish SSL connection.

Thanks

This post has been answered by Dude! on Feb 19 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2017
Added on Feb 18 2017
10 comments
4,116 views