Hi team, is there any docs about writing a strict-...
# help-connector-development
t
Hi team, is there any docs about writing a strict-encrypt connector in python?
m
@Tmac Han strict-encrytps are versions connectors with always SSL enabled. Basically they use the normal connector and made some changes. Any reason whyyou’re trying to develop?
t
We have a user who want to use airbyte to sync mysql data to databend which was deployed by themselves. So there databend does not have HTTPS, we need to add the
protocol
field as an optional field. So I want to develop a strict-encrypt version which will be added into airbyte cloud.