~mysql/mysql-utilities/1.6

« back to all changes in this revision

Viewing changes to mysql-test/r/ssl_connection_simple_test_errors.result

  • Committer: chuck.bell at oracle
  • Date: 2014-12-05 15:00:19 UTC
  • mfrom: (488.1.1 mu-1.6.1-b19031182)
  • Revision ID: chuck.bell@oracle.com-20141205150019-enxhq2j2gdylzhx9
Tagged for release to SysQA

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
##############################################################################
112
112
Test case 27 - indexcheck with ssl connection all tables for a single database
113
113
# Source on XXXX-XXXX: ... 
114
 
ERROR: Missing ssl_ca argument.
 
114
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
115
115
 
116
116
Test case 28 - basic serverinfo with ssl
117
 
ERROR: Missing ssl_ca argument.
 
117
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
118
118
 
119
119
Test case 29 - userclone dump grants with ssl
120
120
# Source on XXXX-XXXX: ... 
121
 
ERROR: Missing ssl_ca argument.
 
121
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
122
122
 
123
123
Test case 30 - basic dbexport with ssl
124
124
# Source on XXXX-XXXX: ... 
125
 
ERROR: Missing ssl_ca argument.
 
125
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
126
126
 
127
127
Test case 31 - basic dbimport with ssl
128
128
# Source on XXXX-XXXX: ... 
129
 
ERROR: Missing ssl_ca argument.
 
129
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
130
130
 
131
131
Test case 32 - basic metagrep with ssl
132
 
ERROR: Missing ssl_ca argument.
 
132
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
133
133
 
134
134
Test case 33 - basic procgrep with ssl
135
 
ERROR: Missing ssl_ca argument.
 
135
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
136
136
 
137
137
Test case 34 - basic diskusage with ssl
138
138
# Source on XXXX-XXXX: ... 
139
139
Usage: mysqldiskusage --server=user:pass@host:port:socket db1 --all
140
140
 
141
 
mysqldiskusage: error: Missing ssl_ca argument.
 
141
mysqldiskusage: error: ssl_key and ssl_cert need to be both specified, or neither.
142
142
 
143
143
Test case 35 - basic mysqlfrm with ssl
144
144
# Source on XXXX-XXXX: ... 
145
145
Usage: mysqlfrm --server=[user[:<pass>]@host[:<port>][:<socket>]|<login-path>[:<port>][:<socket>]] [path\tbl1.frm|db:tbl.frm]
146
146
 
147
 
mysqlfrm: error: Missing ssl_ca argument.
 
147
mysqlfrm: error: ssl_key and ssl_cert need to be both specified, or neither.
148
148
 
149
149
Test case 36 - basic mysqldbcopy with ssl
150
150
# Source on XXXX-XXXX: ... 
151
 
ERROR: Missing ssl_ca argument.
 
151
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
152
152
 
153
153
Test case 37 - basic mysqldiff with ssl
154
154
# server1 on XXXX-XXXX: ... 
155
 
ERROR: Missing ssl_ca argument.
 
155
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
156
156
 
157
157
Test case 38 - basic mysqlbinlogrotate with ssl
158
 
ERROR: Missing ssl_ca argument.
 
158
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
159
159
 
160
160
Test case 39 - basic mysqlbinlogpurge with ssl
161
 
ERROR: Missing ssl_ca argument.
 
161
ERROR: ssl_key and ssl_cert need to be both specified, or neither.
162
162
 
163
163
##############################################################################
164
164
--> --ssl-key and --ssl-cert options only
242
242
# Source on XXXX-XXXX: ... connected.
243
243
+---+
244
244
 
 
245
 
245
246
Test case 48 - basic mysqlfrm with ssl
246
247
# Source on XXXX-XXXX: ... connected.
247
248
# NOTE: No .frm files found in folder ./.
611
612
 
612
613
mysqlbinlogpurge: error: the given path './std_data/unexisting.pem' in option --ssl-key does not exist or can not be accessed
613
614
 
 
615
##############################################################################
 
616
--> only --ssl=0 option for ssl required user
 
617
##############################################################################
 
618
Test case 118 - indexcheck with ssl connection all tables for a single database
 
619
# Source on XXXX-XXXX: ... 
 
620
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
621
 
 
622
Test case 119 - basic serverinfo with ssl
 
623
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' using password: YES
 
624
 
 
625
Test case 120 - userclone dump grants with ssl
 
626
# Source on XXXX-XXXX: ... 
 
627
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
628
 
 
629
Test case 121 - basic dbexport with ssl
 
630
# Source on XXXX-XXXX: ... 
 
631
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
632
 
 
633
Test case 122 - basic dbimport with ssl
 
634
# Source on XXXX-XXXX: ... 
 
635
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
636
 
 
637
Test case 123 - basic metagrep with ssl
 
638
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
639
 
 
640
Test case 124 - basic procgrep with ssl
 
641
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
642
 
 
643
Test case 125 - basic diskusage with ssl
 
644
# Source on XXXX-XXXX: ... 
 
645
Usage: mysqldiskusage --server=user:pass@host:port:socket db1 --all
 
646
 
 
647
mysqldiskusage: error: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
648
 
 
649
Test case 126 - basic mysqlfrm with ssl
 
650
# Source on XXXX-XXXX: ... 
 
651
Usage: mysqlfrm --server=[user[:<pass>]@host[:<port>][:<socket>]|<login-path>[:<port>][:<socket>]] [path\tbl1.frm|db:tbl.frm]
 
652
 
 
653
mysqlfrm: error: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
654
 
 
655
Test case 127 - basic mysqldbcopy with ssl
 
656
# Source on XXXX-XXXX: ... 
 
657
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
658
 
 
659
Test case 128 - basic mysqldiff with ssl
 
660
# server1 on XXXX-XXXX: ... 
 
661
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
662
 
 
663
Test case 129 - basic mysqlbinlogrotate with ssl
 
664
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
665
 
 
666
Test case 130 - basic mysqlbinlogpurge with ssl
 
667
ERROR: Access denied for user 'root_ssl'@'XXXX-XXXX' (using password: YES)
 
668
 
 
669
##############################################################################
 
670
--> only --ssl=1 option and server without ssl certs
 
671
##############################################################################
 
672
Test case 131 - indexcheck with ssl connection all tables for a single database
 
673
# Source on XXXX-XXXX: ... 
 
674
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
675
 
 
676
Test case 132 - basic serverinfo with ssl
 
677
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
678
 
 
679
Test case 133 - userclone dump grants with ssl
 
680
# Source on XXXX-XXXX: ... 
 
681
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
682
 
 
683
Test case 134 - basic dbexport with ssl
 
684
# Source on XXXX-XXXX: ... 
 
685
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
686
 
 
687
Test case 135 - basic dbimport with ssl
 
688
# Source on XXXX-XXXX: ... 
 
689
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
690
 
 
691
Test case 136 - basic metagrep with ssl
 
692
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
693
 
 
694
Test case 137 - basic procgrep with ssl
 
695
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
696
 
 
697
Test case 138 - basic diskusage with ssl
 
698
# Source on XXXX-XXXX: ... 
 
699
Usage: mysqldiskusage --server=user:pass@host:port:socket db1 --all
 
700
 
 
701
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
702
 
 
703
Test case 139 - basic mysqlfrm with ssl
 
704
# Source on XXXX-XXXX: ... 
 
705
Usage: mysqlfrm --server=[user[:<pass>]@host[:<port>][:<socket>]|<login-path>[:<port>][:<socket>]] [path\tbl1.frm|db:tbl.frm]
 
706
 
 
707
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
708
 
 
709
Test case 140 - basic mysqldbcopy with ssl
 
710
# Source on XXXX-XXXX: ... 
 
711
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
712
 
 
713
Test case 141 - basic mysqldiff with ssl
 
714
# server1 on XXXX-XXXX: ... 
 
715
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
716
 
 
717
Test case 142 - basic mysqlbinlogrotate with ssl
 
718
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
719
 
 
720
Test case 143 - basic mysqlbinlogpurge with ssl
 
721
ERROR: Lost connection to MySQL server at 'XXXX-XXXX:XXXX'
 
722
 
 
723
##############################################################################
 
724
--> --ssl=1 option and different ssl ca-cert
 
725
##############################################################################
 
726
Test case 144 - indexcheck with ssl connection all tables for a single database
 
727
# Source on XXXX-XXXX: ... 
 
728
certificate verify failed
 
729
 
 
730
Test case 145 - basic serverinfo with ssl
 
731
certificate verify failed
 
732
 
 
733
Test case 146 - userclone dump grants with ssl
 
734
# Source on XXXX-XXXX: ... 
 
735
certificate verify failed
 
736
 
 
737
Test case 147 - basic dbexport with ssl
 
738
# Source on XXXX-XXXX: ... 
 
739
certificate verify failed
 
740
 
 
741
Test case 148 - basic dbimport with ssl
 
742
# Source on XXXX-XXXX: ... 
 
743
certificate verify failed
 
744
 
 
745
Test case 149 - basic metagrep with ssl
 
746
certificate verify failed
 
747
 
 
748
Test case 150 - basic procgrep with ssl
 
749
certificate verify failed
 
750
 
 
751
Test case 151 - basic diskusage with ssl
 
752
# Source on XXXX-XXXX: ... 
 
753
Usage: mysqldiskusage --server=user:pass@host:port:socket db1 --all
 
754
 
 
755
certificate verify failed
 
756
 
 
757
Test case 152 - basic mysqlfrm with ssl
 
758
# Source on XXXX-XXXX: ... 
 
759
Usage: mysqlfrm --server=[user[:<pass>]@host[:<port>][:<socket>]|<login-path>[:<port>][:<socket>]] [path\tbl1.frm|db:tbl.frm]
 
760
 
 
761
certificate verify failed
 
762
 
 
763
Test case 153 - basic mysqldbcopy with ssl
 
764
# Source on XXXX-XXXX: ... 
 
765
certificate verify failed
 
766
 
 
767
Test case 154 - basic mysqldiff with ssl
 
768
# server1 on XXXX-XXXX: ... 
 
769
certificate verify failed
 
770
 
 
771
Test case 155 - basic mysqlbinlogrotate with ssl
 
772
certificate verify failed
 
773
 
 
774
Test case 156 - basic mysqlbinlogpurge with ssl
 
775
certificate verify failed
 
776