intel / cloud-native-ai-pipeline

AI cloud native pipeline for confidential and sustainable computing
https://intel.github.io/cloud-native-ai-pipeline/
Apache License 2.0
37 stars 15 forks source link

core: fix the ssl verification issue #171

Open leyao-daily opened 1 year ago

leyao-daily commented 1 year ago

It is used to fix the SSL verification which should be the default Ture value during scan.

leyao-daily commented 1 year ago

@dongx1x Hi, will this change broke the logic or cause some new issues?

dongx1x commented 1 year ago

@dongx1x Hi, will this change broke the logic or cause some new issues?

We need to validate this change, it should work for the normal https server, and maybe a certificate should be provided for the self-signed https server.

leyao-daily commented 10 months ago

@Hulongyin Can you help test with the changes to verify if it works or not?

Hulongyin commented 10 months ago

@Hulongyin Can you help test with the changes to verify if it works or not?

Sure, I will verify it.