The SSL certificate allows you to establish end-to-end encrypted connections when using Residential Proxies, the Web Unlocker or the SERP API.
如果您只是进行初步测试,也可以不使用 SSL 证书,稍后再使用。
使用 SSL 证书非常简单。 只需下载证书并选择在环境中的使用方式。
如果您编写抓取代码,在大多数情况下,您无需在环境中安装 SSL 证书。 只需在代码中加载 SSL 证书即可。 例如,对于 CURL:
具体语法可参考仪表板中的 Bright Data 示例代码。
在某些情况下,例如使用某些不允许从硬盘加载证书的第三方工具时,您仍需要在计算机上安装 SSL 证书。
The SSL certificate needs to be installed on the host that is running the actual scraping code or application.
In most cases this is your PC but, if you use a cloud-hosted server to run your code, you need to install the SSL certificate on the server itself.
这只需要 2 分钟,只需按照以下说明操作即可:
Go to Browser settings
Go to 隐私 and security and click on 安全
Scroll down and click on Manage certificate
Go to Trusted Certification Authorities and click Import
Click on Next
Click Browse and select the certificate you just downloaded, and click Next
Select "Place all certificates in the following store" and click Next
Make sure Certificate Store Selected by User is "Trusted Root Certification Authorities", and click Finish
Click OK
about:preferences#advanced
ca.crt
to the /usr/local/share/ca-certificates/
folder.sudo update-ca-certificates
. The output of the command should state that 1 certificate was added.在某些情况下,您需要安装我们的证书或忽略 SSL 错误,才能访问特定产品或功能。 如果您不想安装我们的证书,则可以忽略 SSL 错误。 请查看以下不同编程语言的代码片段,高亮部分是为忽略 SSL 错误而需要添加到代码中的内容。
某些功能需要 Proxy Manager 访问 HTTPS 流量。 这可以通过在代理端口配置页面上启用 SSL 分析选项来实现。
一旦允许 Proxy Manager 终止 SSL,您还需要信任 Bright Data Certificate Authority (CA)。
Proxy Manager 将与目标网站创建安全的加密 HTTPS 连接,解密流量以记录请求,并根据您的设置运行规则,然后将响应通过加密 HTTPS 连接传回您的客户端,该连接带有由我们的 CA 证书签名的证书。
The SSL certificate allows you to establish end-to-end encrypted connections when using Residential Proxies, the Web Unlocker or the SERP API.
如果您只是进行初步测试,也可以不使用 SSL 证书,稍后再使用。
使用 SSL 证书非常简单。 只需下载证书并选择在环境中的使用方式。
如果您编写抓取代码,在大多数情况下,您无需在环境中安装 SSL 证书。 只需在代码中加载 SSL 证书即可。 例如,对于 CURL:
具体语法可参考仪表板中的 Bright Data 示例代码。
在某些情况下,例如使用某些不允许从硬盘加载证书的第三方工具时,您仍需要在计算机上安装 SSL 证书。
The SSL certificate needs to be installed on the host that is running the actual scraping code or application.
In most cases this is your PC but, if you use a cloud-hosted server to run your code, you need to install the SSL certificate on the server itself.
这只需要 2 分钟,只需按照以下说明操作即可:
Go to Browser settings
Go to 隐私 and security and click on 安全
Scroll down and click on Manage certificate
Go to Trusted Certification Authorities and click Import
Click on Next
Click Browse and select the certificate you just downloaded, and click Next
Select "Place all certificates in the following store" and click Next
Make sure Certificate Store Selected by User is "Trusted Root Certification Authorities", and click Finish
Click OK
about:preferences#advanced
ca.crt
to the /usr/local/share/ca-certificates/
folder.sudo update-ca-certificates
. The output of the command should state that 1 certificate was added.在某些情况下,您需要安装我们的证书或忽略 SSL 错误,才能访问特定产品或功能。 如果您不想安装我们的证书,则可以忽略 SSL 错误。 请查看以下不同编程语言的代码片段,高亮部分是为忽略 SSL 错误而需要添加到代码中的内容。
某些功能需要 Proxy Manager 访问 HTTPS 流量。 这可以通过在代理端口配置页面上启用 SSL 分析选项来实现。
一旦允许 Proxy Manager 终止 SSL,您还需要信任 Bright Data Certificate Authority (CA)。
Proxy Manager 将与目标网站创建安全的加密 HTTPS 连接,解密流量以记录请求,并根据您的设置运行规则,然后将响应通过加密 HTTPS 连接传回您的客户端,该连接带有由我们的 CA 证书签名的证书。