File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ pub struct ReplicatorConfiguration {
748
748
/** Specify the replicator to accept only self-signed certs. Any non-self-signed certs will be rejected
749
749
to avoid accidentally using this mode with the non-self-signed certs in production. */
750
750
#[ cfg( feature = "enterprise" ) ]
751
- accept_only_self_signed_server_certificate : bool ,
751
+ pub accept_only_self_signed_server_certificate : bool ,
752
752
}
753
753
754
754
//======== LIFECYCLE
Original file line number Diff line number Diff line change @@ -160,6 +160,8 @@ fn generate_replication_configuration(
160
160
document_ids : config. document_ids ,
161
161
collections : None ,
162
162
accept_parent_domain_cookies : false ,
163
+ #[ cfg( feature = "enterprise" ) ]
164
+ accept_only_self_signed_server_certificate : false ,
163
165
}
164
166
}
165
167
You can’t perform that action at this time.
0 commit comments