Skip to content

Conversation

@moritz89
Copy link
Contributor

@moritz89 moritz89 commented Oct 2, 2025

Ardunio >=3.x changed the signature for setCACertBundle() in the WiFiClientSecure class.

@Links2004
Copy link
Owner

will this change not be needed here to?

void WebSocketsNetworkClientSecure::setCACertBundle(const uint8_t *bundle) {
if (_impl->gsm_client_secure_) {
return _impl->gsm_client_secure_->setCACertBundle(bundle);
} else if (_impl->wifi_client_secure_) {
return _impl->wifi_client_secure_->setCACertBundle(bundle);
}
Serial.println(_impl->no_interface_error_);
}

@moritz89
Copy link
Contributor Author

moritz89 commented Oct 2, 2025

Good catch updated the example

@Links2004 Links2004 merged commit 3af6593 into Links2004:master Oct 2, 2025
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants