79311311

Date: 2024-12-27 08:41:32
Score: 1
Natty:
Report link

If in test enviornment, you can disable the SSL check in Routinator by changing the following code in routinator and rebuild it. src/collector/rrdp/http.rs

`#[cfg(not(feature = "native-tls"))]
 fn create_builder() -> ClientBuilder {
    Client::builder().danger_accept_invalid_certs(true)
}`
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: heng zhang